Interface IRuntimeVisibleTypeAnnotationsAttribute

All Superinterfaces:
IClassFileAttribute
All Known Implementing Classes:
RuntimeVisibleTypeAnnotationsAttribute

public interface IRuntimeVisibleTypeAnnotationsAttribute extends IClassFileAttribute
Description of a runtime visible type annotations attribute as described in the JVM specifications (added in JavaSE-1.8). This interface may be implemented by clients.
Since:
3.10