Class RuntimeInvisibleAnnotations

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, Node

    public class RuntimeInvisibleAnnotations
    extends Annotations
    represents an annotation that is represented in the class file but is not provided to the JVM.
    Since:
    5.3
    See Also:
    Serialized Form
    • Method Detail

      • dump

        public final void dump​(java.io.DataOutputStream dos)
                        throws java.io.IOException
        Description copied from class: Attribute
        Dump attribute to file stream in binary format.
        Overrides:
        dump in class Attribute
        Parameters:
        dos - Output file stream
        Throws:
        java.io.IOException