Interface Decorator<T>

    • Method Detail

      • getDelegateType

        java.lang.reflect.Type getDelegateType()

        Obtains the type of the delegate injection point.

        Returns:
        the delegate type
      • getDelegateQualifiers

        java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()

        Obtains the qualifiers of the delegate injection point.

        Returns:
        the delegate qualifiers
      • getDecoratedTypes

        java.util.Set<java.lang.reflect.Type> getDecoratedTypes()

        Obtains the decorated types.

        Returns:
        the set of decorated types