Annotation Type BeforeTemplate


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