Annotation Type AllowCodeBetweenLines


  • @Target(TYPE)
    @Retention(SOURCE)
    public @interface AllowCodeBetweenLines
    Annotation on a Refaster rule to allow code between every pair of consecutive top-level statements in @BeforeTemplates that do not refer to variables Refaster knows about and do not break or return, and moves that code to the beginning of the @AfterTemplate.
    Author:
    [email protected] (Louis Wasserman)