Package com.onenetwork.platform.env.bean.stereotype

Provides reusable annotations for commonly used Component variants.
  • Annotation Types Summary 
    Annotation Type Description
    DataAccess
    Indicates that the annotated class is a data access object.
    Domain
    Indicates that the annotated class manages the "domain" of a particular model.
    Helper
    Indicates that the annotated class is a helper object.
    WorkflowController
    Indicates that the annotated class is a stateless "workflow coordinator", meaning a component to which one or more workflows delegate the bulk of their processing.