JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
SEARCH:
Package
spoon.template
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)