Package hudson

Class ExtensionFinder.GuiceExtensionAnnotation<T extends Annotation>

    • Constructor Detail

      • GuiceExtensionAnnotation

        protected GuiceExtensionAnnotation​(Class<T> annotationType)
    • Method Detail

      • getOrdinal

        protected abstract double getOrdinal​(T annotation)
      • isActive

        protected abstract boolean isActive​(AnnotatedElement e)
        Hook to enable subtypes to control which ones to pick up and which ones to ignore.
      • isOptional

        protected abstract boolean isOptional​(T annotation)