Class TypeAnnotationInfo


  • public class TypeAnnotationInfo
    extends AnnotationInfo
    The type Type annotation info.
    • Method Detail

      • create

        public static TypeAnnotationInfo create​(java.io.DataInput din)
                                         throws java.io.IOException
        Create type annotation info.
        Parameters:
        din - the din
        Returns:
        the type annotation info
        Throws:
        java.io.IOException - the io exception
      • write

        public void write​(java.io.DataOutput dout)
                   throws java.io.IOException
        Write.
        Overrides:
        write in class AnnotationInfo
        Parameters:
        dout - the dout
        Throws:
        java.io.IOException - the io exception