|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NestableAnnotationDefinition
Used to build NestableAnnotations discovered in the Java source code. To provide new NestableAnnotationDefinitions, create a new JaxbPlatform by implementing JaxbPlatformDefinition.
NestableAnnotation,
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.| Method Summary | |
|---|---|
NestableAnnotation |
buildAnnotation(JavaResourceAnnotatedElement parent,
AnnotatedElement annotatedElement,
int index)
Build and return an annotation for the specified annotated element. |
Annotation |
buildAnnotation(JavaResourceAnnotatedElement parent,
org.eclipse.jdt.core.IAnnotation jdtAnnotation)
Build and return an annotation for the specified JDT annotation on the specified annotated element. |
java.lang.String |
getContainerAnnotationName()
|
java.lang.String |
getElementName()
|
java.lang.String |
getNestableAnnotationName()
Return the name of the annotation the definition will build in the various #build...(...) methods. |
| Method Detail |
|---|
java.lang.String getNestableAnnotationName()
java.lang.String getContainerAnnotationName()
java.lang.String getElementName()
NestableAnnotation buildAnnotation(JavaResourceAnnotatedElement parent,
AnnotatedElement annotatedElement,
int index)
Annotation buildAnnotation(JavaResourceAnnotatedElement parent,
org.eclipse.jdt.core.IAnnotation jdtAnnotation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||