Class SlashedClassName.Checker

  • All Implemented Interfaces:
    javax.annotation.meta.TypeQualifierValidator<SlashedClassName>
    Enclosing class:
    SlashedClassName

    public static class SlashedClassName.Checker
    extends java.lang.Object
    implements javax.annotation.meta.TypeQualifierValidator<SlashedClassName>
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) static java.util.regex.Pattern pattern  
      (package private) static java.lang.String simpleName  
      (package private) static java.util.regex.Pattern simplePattern  
      (package private) static java.lang.String slashedClassName  
    • Constructor Summary

      Constructors 
      Constructor Description
      Checker()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.annotation.meta.When forConstantValue​(SlashedClassName annotation, java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • simplePattern

        static final java.util.regex.Pattern simplePattern
      • pattern

        static final java.util.regex.Pattern pattern
    • Constructor Detail

      • Checker

        public Checker()
    • Method Detail

      • forConstantValue

        @Nonnull
        public javax.annotation.meta.When forConstantValue​(@Nonnull
                                                           SlashedClassName annotation,
                                                           java.lang.Object value)
        Specified by:
        forConstantValue in interface javax.annotation.meta.TypeQualifierValidator<SlashedClassName>