Annotation Type AfterTemplate


@Target(METHOD) @Retention(SOURCE) public @interface AfterTemplate
Desired "after" version of a refactoring. Corresponds to a matching method annotated with BeforeTemplate.
Author:
lowasser@google.com (Louis Wasserman)