Class Wildcard

  • All Implemented Interfaces:
    java.io.Serializable

    public class Wildcard
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_NAME

        public static final Name TYPE_NAME
      • FIELD_NAME_ANNOTATIONS

        public static final Name FIELD_NAME_ANNOTATIONS
      • FIELD_NAME_WILDCARD

        public static final Name FIELD_NAME_WILDCARD
      • annotations

        public final java.util.List<Annotation> annotations
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • withAnnotations

        public Wildcard withAnnotations​(java.util.List<Annotation> annotations)