Annotation Type Local


@Target({METHOD,CONSTRUCTOR,FIELD,TYPE}) public @interface Local
This annotation should be placed on templates' members to indicate that they are local elements of the template class. As such, they are not used either for matching or generating code.
See Also:
Substitution.insertAll(spoon.reflect.declaration.CtType, Template)