See: Description
| Class | Description |
|---|---|
| FactoryCreate.DefaultObjectCreationFactory |
Dummy ObjectCreationFactory type - only for annotation value type purposes.
|
| Annotation Type | Description |
|---|---|
| BeanPropertySetter |
Fields annotated with
BeanPropertySetter will be bound with BeanPropertySetterRule digester rule. |
| BeanPropertySetter.List |
Defines several
@BeanPropertySetter annotations on the same element. |
| CallMethod |
Methods annotated with
CallMethod will be bound with CallMethodRule digester rule. |
| CallMethod.List |
Defines several
@CallMethod annotations on the same element. |
| CallParam |
Methods arguments annotated with
CallParam will be bound with CallParamRule digester rule. |
| CallParam.List |
Defines several
@CallParam annotations on the same element. |
| CreationRule |
Marks a Digester rule as a creation rule, that's crucial for the
setNext rule. |
| FactoryCreate |
Classes annotated with
FactoryCreate will be bound with FactoryCreateRule digester rule. |
| FactoryCreate.List |
Defines several
@FactoryCreate annotations on the same element. |
| ObjectCreate |
Classes annotated with
ObjectCreate will be bound with ObjectCreateRule digester rule. |
| ObjectCreate.List |
Defines several
@ObjectCreate annotations on the same element. |
| PathCallParam |
Methods arguments annotated with
PathCallParam will be bound with PathCallParamRule digester rule. |
| PathCallParam.List |
Defines several
@PathCallParam annotations on the same element. |
| SetNext |
Methods annotated with
SetNext will be bound with SetNextRule digester rule. |
| SetProperty |
Fields annotated with
SetProperty will be bound with SetPropertiesRule digester rule. |
| SetProperty.List |
Defines several
@SetProperty annotations on the same element. |
| SetRoot |
Methods annotated with
SetRoot will be bound with SetRootRule digester rule. |
| SetTop |
Methods annotated with
SetTop will be bound with SetTopRule digester rule. |
| SetTop.List |
Defines several
@SetTop annotations on the same element |
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.