Interface Decorator<T>

    • Method Detail

      • getDecoratedTypes

        java.util.Set<java.lang.reflect.Type> getDecoratedTypes()
        All the interfaces and classes in the type hierarchy of the class annotated with @Decorator.
        Returns:
        the decorated types of the decorator.
      • getDelegateType

        java.lang.reflect.Type getDelegateType()
        Returns:
        the Type of the @Delegate injection point.
      • getDelegateQualifiers

        java.util.Set<java.lang.annotation.Annotation> getDelegateQualifiers()
        Returns:
        the Qualifiers of the @Delegate injection point.