Annotation Type BeforeTemplate


@Target(METHOD) @Retention(SOURCE) public @interface BeforeTemplate
Desired "before" version of a refactoring. Corresponds to matching methods annotated with AfterTemplate.

Multiple @BeforeTemplates can be provided to match multiple patterns.

Author:
lowasser@google.com (Louis Wasserman)