com.ibm.wsspi.anno.classsource
Uses of Interface ClassSource_Aggregate
Packages that use ClassSource_Aggregate
Package | Description |
---|---|
com.ibm.wsspi.anno.classsource | |
com.ibm.wsspi.anno.info | |
com.ibm.wsspi.anno.targets |
Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.classsource
Modifier and Type | Method and Description |
---|---|
ClassSource_Factory.createAggregateClassSource(java.lang.String name)
|
|
ClassSource_Factory.createAggregateClassSource(Util_InternMap internMap,java.lang.String name)
|
Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.info
Modifier and Type | Method and Description |
---|---|
InfoStore.getClassSource()
|
Modifier and Type | Method and Description |
---|---|
InfoStoreFactory.createInfoStore(ClassSource_Aggregate classSource)
|
Uses of ClassSource_Aggregate in com.ibm.wsspi.anno.targets
Modifier and Type | Method and Description |
---|---|
|
AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource)
Perform a scan of the specified class source, injecting scan data
into the annotation targets.
|
|
AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource,boolean greedy)
|
|
AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource,java.util.Set<java.lang.String> specificClassNames)
Perform a scan of the specified class source, injecting scan data
into the annotation targets.
|