Package org.eclipse.sisu.space
Interface QualifiedTypeListener
- All Known Subinterfaces:
PlexusTypeListener
- All Known Implementing Classes:
PlexusTypeBinder
,QualifiedTypeBinder
public interface QualifiedTypeListener
Listens for types annotated with
Qualifier
annotations.-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked when theQualifiedTypeVisitor
finds a qualified type.
-
Method Details
-
hear
Invoked when theQualifiedTypeVisitor
finds a qualified type.- Parameters:
qualifiedType
- The qualified typesource
- The source of this type- See Also:
-
Binder.withSource(Object)
-