Package org.silverpeas.core.annotation
Provides Silverpeas custom annotations for adding semantic value to objects and to their
properties. Among theses annotations are those for Bean Validation (JSR-303).
- Author:
- mmoquillon
-
Annotation Types Summary Annotation Type Description Bean This annotation is to tag an object as to be managed by the underlying IoC container with the following default life-cycle: for each ask for such a bean, a new instance is created and that object is bound to the life-cycle of the client object.Provider This annotation is to tag a managed bean as being a provider of business objects.Repository This annotation is to tag an object as being a repository of business objects.Service This annotation is to tag an object as being a business service.WebService This annotation is to tag an object as being a web service whose lifecycle is bound to the scope of the HTTP exchange (request/response) between him and the client behind de request.