Interface JavaAnnotation

All Known Implementing Classes:
JavaAnnotationImpl, XJCJavaAnnotationImpl

public interface JavaAnnotation
INTERNAL:

Purpose:A TopLink JAXB 2.0 Java model representation of a JDK Annotation.

Responsibilities:

  • Provide the annotation's name
  • Provide a map of components (declared members) for this annotation type
See Also:
  • Method Details

    • getComponents

      Map getComponents()
    • getName

      String getName()