Interface QualifiedTypeListener

  • All Known Implementing Classes:
    QualifiedTypeBinder

    public interface QualifiedTypeListener
    Listens for types annotated with Qualifier annotations.
    • Method Detail

      • hear

        void hear​(java.lang.Class<?> qualifiedType,
                  java.lang.Object source)
        Invoked when the QualifiedTypeVisitor finds a qualified type.
        Parameters:
        qualifiedType - The qualified type
        source - The source of this type
        See Also:
        Binder.withSource(Object)