Uses of Class
org.tentackle.common.Analyze
-
Packages that use Analyze Package Description org.tentackle.common Common classes for build- and runtime. -
-
Uses of Analyze in org.tentackle.common
Classes in org.tentackle.common with annotations of type Analyze Modifier and Type Class Description interfaceBundleAnnotation to express that the annotated class corresponds to a resource bundle.interfaceMappedServiceAnnotation to mark an annotation to be processed by the ServiceAnalyzeHandler.interfaceRemoteMethodAnnotation for manually written methods that must be analyzed prior to wurbelization.interfaceServiceAnnotation to express that the annotated class is a service implementation.interfaceServiceNameAnnotation to express that the annotated class is a service implementation.
Differs from @Servicethat the service can be some arbitrary name.
-