Class FacesValidator.Literal

java.lang.Object
jakarta.enterprise.util.AnnotationLiteral<FacesValidator>
jakarta.faces.validator.FacesValidator.Literal
All Implemented Interfaces:
Annotation
Enclosing class:
FacesValidator

public static final class FacesValidator.Literal extends jakarta.enterprise.util.AnnotationLiteral<FacesValidator> implements FacesValidator
See Also:
  • Field Details

  • Method Details

    • of

      public static FacesValidator.Literal of(String value, boolean isDefault, boolean managed)
    • value

      public String value()
    • isDefault

      public boolean isDefault()
    • managed

      public boolean managed()
    • hashCode

      public int hashCode()
      Specified by:
      hashCode in interface Annotation
      Overrides:
      hashCode in class jakarta.enterprise.util.AnnotationLiteral<FacesValidator>
    • equals

      public boolean equals(Object obj)
      Specified by:
      equals in interface Annotation
      Overrides:
      equals in class jakarta.enterprise.util.AnnotationLiteral<FacesValidator>