com.ibm.wsspi.anno.service

Interface AnnotationService_Service


  1. public interface AnnotationService_Service

Core annotation service. Annotation services are accessed through four root factory types: Util_Factory, ClassSource_Factory, AnnotationTargets_Factory, and InfoStoreFactory.


Method Summary

Modifier and Type Method and Description
  1. AnnotationTargets_Factory
getAnnotationTargetsFactory()
  1. ClassSource_Factory
getClassSourceFactory()
  1. java.lang.String
getHashText()
  1. InfoStoreFactory
getInfoStoreFactory()
  1. Util_Factory
getUtilFactory()

Method Detail

getHashText

  1. java.lang.String getHashText()

getUtilFactory

  1. Util_Factory getUtilFactory()

getClassSourceFactory

  1. ClassSource_Factory getClassSourceFactory( )

getAnnotationTargetsFactory

  1. AnnotationTargets_Factory getAnnotationTargetsFactory( )

getInfoStoreFactory

  1. InfoStoreFactory getInfoStoreFactory( )