Package com.composum.sling.core.bean
Annotation Type BeanFactory
-
@Target(TYPE) @Retention(RUNTIME) public @interface BeanFactory
an annotation to mark a model class which instances are built by a factory service this supports model instantiation from inner classes of a service (e.g. for security reasons)
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends SlingBeanFactory>
serviceClass
The service class of the factory.
-
-
-
Element Detail
-
serviceClass
Class<? extends SlingBeanFactory> serviceClass
The service class of the factory.
-
-