-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.BundleAnalyzeHandler") @MappedService(GuiProvider.class) public @interface GuiProviderService
Annotation to express that the annotated class is aGuiProviderfor PDO.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends PersistentDomainObject>valueDetermines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
-
-
-
Element Detail
-
value
Class<? extends PersistentDomainObject> value
Determines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.- Returns:
- the PDO class
-
-