Package | Description |
---|---|
com.ibm.wsspi.anno.targets |
Modifier and Type | Method and Description |
---|---|
AnnotationTargets_Exception |
AnnotationTargets_Factory.newAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger,
java.lang.String message) |
static AnnotationTargets_Exception |
AnnotationTargets_Exception.wrap(com.ibm.websphere.ras.TraceComponent logger,
java.lang.String callingClassName,
java.lang.String callingMethodName,
java.lang.String message,
java.lang.Throwable th) |
AnnotationTargets_Exception |
AnnotationTargets_Factory.wrapIntoAnnotationTargetsException(com.ibm.websphere.ras.TraceComponent logger,
java.lang.String callingClassName,
java.lang.String callingMethodName,
java.lang.String message,
java.lang.Throwable th) |
Modifier and Type | Method and Description |
---|---|
AnnotationTargets_Targets |
AnnotationTargets_Factory.createTargets() |
AnnotationTargets_Targets |
AnnotationTargets_Factory.createTargets(boolean isDetailEnabled) |
void |
AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource)
Perform a scan of the specified class source, injecting scan data
into the annotation targets.
|
void |
AnnotationTargets_Targets.scan(ClassSource_Aggregate classSource,
boolean greedy) |
void |
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.
|