Uses of Annotation Interface
org.tentackle.common.Analyze

  • Uses of Analyze in org.tentackle.common

    Classes in org.tentackle.common with annotations of type Analyze
    Modifier and Type
    Class
    Description
    @interface 
    Annotation to express that the annotated class corresponds to a resource bundle.
    @interface 
    Annotation to mark an annotation to be processed by the ServiceAnalyzeHandler.
    @interface 
    Annotation for records that must be analyzed for code generation.
    @interface 
    Annotation for manually written methods that must be remoting capable.
    @interface 
    Annotation to express that the annotated class is a service implementation.
    @interface 
    Annotation to express that the annotated class is a service implementation.
    Differs from @Service that the service can be some arbitrary name.