org.sonatype.guice.bean.scanners
Interface QualifiedTypeListener
- All Known Subinterfaces:
- PlexusTypeListener
- All Known Implementing Classes:
- PlexusTypeBinder, QualifiedTypeBinder, SisuIndex
public interface QualifiedTypeListener
Listens for types annotated with Qualifier
annotations.
hear
void hear(@Deprecated
Annotation qualifier,
Class<?> qualifiedType,
Object source)
- Invoked when the
QualifiedTypeVisitor
finds a qualified type.
- Parameters:
qualifier
- The qualifier (unused)qualifiedType
- The qualified typesource
- The source of this type- See Also:
Binder.withSource(Object)
Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.