Uses of Package
spoon.reflect.annotations
Packages that use spoon.reflect.annotations
Package
Description
This package contains the meta-model part that models the executable code (methods and constructors' bodies, field initializers).
This package contains the meta-model part that models the declarations (program's structures such as classes, fields, etc).
This package defines the references to program elements for the meta-model.
-
Classes in spoon.reflect.annotations used by spoon.reflect.codeClassDescriptionSpecifies that a method is an official metamodel getter in the Spoon metamodel.Specifies that a method is an official metamodel setter in the Spoon metamodel.
-
Classes in spoon.reflect.annotations used by spoon.reflect.declarationClassDescriptionSpecifies that a method is an official metamodel getter in the Spoon metamodel.Specifies that a method is an official metamodel setter in the Spoon metamodel.
-
Classes in spoon.reflect.annotations used by spoon.reflect.referenceClassDescriptionSpecifies that a method is an official metamodel getter in the Spoon metamodel.Specifies that a method is an official metamodel setter in the Spoon metamodel.
-
Classes in spoon.reflect.annotations used by spoon.support.reflect.codeClassDescriptionTells that a field is a property of the metamodel For instance
CtNamedElementImpl.getSimpleName()
is the property name ofCtNamedElement
-
Classes in spoon.reflect.annotations used by spoon.support.reflect.declarationClassDescriptionTells that a field is a property of the metamodel For instance
CtNamedElementImpl.getSimpleName()
is the property name ofCtNamedElement
-
Classes in spoon.reflect.annotations used by spoon.support.reflect.referenceClassDescriptionTells that a field is a property of the metamodel For instance
CtNamedElementImpl.getSimpleName()
is the property name ofCtNamedElement