Class Removed.Literal

java.lang.Object
io.micronaut.coherence.annotation.Removed.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
Removed

public static final class Removed.Literal extends Object implements Removed
An annotation literal for the Removed annotation.
See Also:
  • Field Details

  • Constructor Details

    • Literal

      public Literal()
  • Method Details

    • annotationType

      public Class<? extends 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 Annotation
      Returns:
      annotation type of this literal.
    • equals

      public boolean equals(Object other)
      Specified by:
      equals in interface Annotation
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Annotation
      Overrides:
      hashCode in class Object