Class Backlog.Literal

  • All Implemented Interfaces:
    java.lang.annotation.Annotation
    Enclosing class:
    Backlog

    public static class Backlog.Literal
    extends java.lang.Object
    implements Backlog
    An annotation literal for the Backlog annotation.
    See Also:
    Serialized Form
    • Method Detail

      • value

        public Backlog.Type value()
        The backlog event type.
        Returns:
        the backlog event type
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in interface java.lang.annotation.Annotation
      • hashCode

        public int hashCode()
        Specified by:
        hashCode in interface java.lang.annotation.Annotation
      • annotationType

        public java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
        Method returns the type of the annotation literal. The value is resolved lazily during the first call of this method.
        Specified by:
        annotationType in interface java.lang.annotation.Annotation
        Returns:
        annotation type of this literal.