-
@Documented @Inherited @Retention(RUNTIME) @Target(TYPE) @Analyze("org.tentackle.buildsupport.BundleHandler") @MappedService(GuiProvider.class) public @interface GuiProviderServiceAnnotation to express that the annotated class is aGuiProviderfor PDO.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.Class<? extends org.tentackle.pdo.PersistentDomainObject>valueDetermines the serviced PDO class.
The PDO-class usually is an interface extending the persistent and the domain interfaces.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleannoBundleFlag to disable entry in META-INF/bundles.
Avoids warnings in I18N maven goals.
-