Class ForwardingAnnotated

    • Constructor Detail

      • ForwardingAnnotated

        public ForwardingAnnotated()
    • Method Detail

      • delegate

        protected abstract javax.enterprise.inject.spi.Annotated delegate()
      • getAnnotation

        public <A extends Annotation> A getAnnotation​(Class<A> annotationType)
        Specified by:
        getAnnotation in interface javax.enterprise.inject.spi.Annotated
      • getAnnotations

        public Set<Annotation> getAnnotations()
        Specified by:
        getAnnotations in interface javax.enterprise.inject.spi.Annotated
      • isAnnotationPresent

        public boolean isAnnotationPresent​(Class<? extends Annotation> annotationType)
        Specified by:
        isAnnotationPresent in interface javax.enterprise.inject.spi.Annotated
      • getBaseType

        public Type getBaseType()
        Specified by:
        getBaseType in interface javax.enterprise.inject.spi.Annotated
      • getTypeClosure

        public Set<Type> getTypeClosure()
        Specified by:
        getTypeClosure in interface javax.enterprise.inject.spi.Annotated
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object