Annotation Type AfterTemplate


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

Multiple @AfterTemplates can be provided. This is useful in Tricorder findings, where multiple suggestions can be presented to the user.

Author:
lowasser@google.com (Louis Wasserman)