Class AutoValue_Annotation


  • @Generated("com.google.auto.value.processor.AutoValueProcessor")
    final class AutoValue_Annotation
    extends Annotation
    • Field Detail

      • description

        private final java.lang.String description
      • attributes

        private final java.util.Map<java.lang.String,​AttributeValue> attributes
    • Constructor Detail

      • AutoValue_Annotation

        AutoValue_Annotation​(java.lang.String description,
                             java.util.Map<java.lang.String,​AttributeValue> attributes)
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Description copied from class: Annotation
        Return the description of the Annotation.
        Specified by:
        getDescription in class Annotation
        Returns:
        the description of the Annotation.
      • getAttributes

        public java.util.Map<java.lang.String,​AttributeValue> getAttributes()
        Description copied from class: Annotation
        Return the attributes of the Annotation.
        Specified by:
        getAttributes in class Annotation
        Returns:
        the attributes of the Annotation.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • equals

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

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