Package org.brijframework.support.bean
Annotation Type Bean
-
@Target(TYPE) @Retention(RUNTIME) @Documented @Repeatable(Beans.class) public @interface Bean
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description BeanConstructconstructorStringfactoryClassStringfactoryMethodStringidModelMapper[]mappersStringmodelStringnameBeanProperty[]propertiesScopescopeStringtype
-
-
-
Element Detail
-
id
String id
- Default:
- "DEFAULT"
-
-
-
scope
Scope scope
- Default:
- org.brijframework.support.enums.Scope.SINGLETON
-
-
-
model
String model
- Default:
- "DEFAULT"
-
-
-
type
String type
- Default:
- "DEFAULT"
-
-
-
name
String name
- Default:
- "DEFAULT"
-
-
-
properties
BeanProperty[] properties
- Default:
- {}
-
-
-
constructor
BeanConstruct constructor
- Default:
- @org.brijframework.support.bean.BeanConstruct
-
-
-
mappers
ModelMapper[] mappers
- Default:
- {}
-
-
-
factoryMethod
String factoryMethod
- Default:
- "DEFAULT"
-
-
-
factoryClass
String factoryClass
- Default:
- "DEFAULT"
-
-