Package com.ibm.wsspi.anno.service
Interface AnnotationService_Service
-
public interface AnnotationService_Service
Core annotation service. Annotation services are accessed through four root factory types:
Util_Factory
,ClassSource_Factory
,AnnotationTargets_Factory
, andInfoStoreFactory
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationTargets_Factory
getAnnotationTargetsFactory()
ClassSource_Factory
getClassSourceFactory()
java.lang.String
getHashText()
InfoStoreFactory
getInfoStoreFactory()
Util_Factory
getUtilFactory()
-
-
-
Method Detail
-
getHashText
java.lang.String getHashText()
-
getUtilFactory
Util_Factory getUtilFactory()
-
getClassSourceFactory
ClassSource_Factory getClassSourceFactory()
-
getAnnotationTargetsFactory
AnnotationTargets_Factory getAnnotationTargetsFactory()
-
getInfoStoreFactory
InfoStoreFactory getInfoStoreFactory()
-
-