Interface IExtendedAnnotation

All Superinterfaces:
IAnnotation
All Known Implementing Classes:
ExtendedAnnotation

public interface IExtendedAnnotation extends IAnnotation
Description of an extended annotation structure as described in the JVM specifications (added in JavaSE-1.8). This interface may be implemented by clients.
Since:
3.10