Class AnnotationParanamer.Jsr330Helper

  • Enclosing class:
    AnnotationParanamer

    public static class AnnotationParanamer.Jsr330Helper
    extends java.lang.Object
    This is a different class, because the @Inject jar may not be in the classpath.
    • Constructor Summary

      Constructors 
      Constructor Description
      Jsr330Helper()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      private static java.lang.String getNamedValue​(java.lang.annotation.Annotation ann)  
      private static boolean isNamed​(java.lang.annotation.Annotation ann)  
      • Methods inherited from class java.lang.Object

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

      • Jsr330Helper

        public Jsr330Helper()
    • Method Detail

      • isNamed

        private static boolean isNamed​(java.lang.annotation.Annotation ann)
      • getNamedValue

        private static java.lang.String getNamedValue​(java.lang.annotation.Annotation ann)