| Class | Description |
|---|---|
| BeanConfigApply |
Applies
BeanConfig annotations to a PropertyStoreBuilder. |
| Null |
Represents a null entry in a class annotation.
|
| Exception | Description |
|---|---|
| InvalidAnnotationException |
Defines an invalid usage of an annotation.
|
| Annotation Type | Description |
|---|---|
| Bean |
Used to tailor how beans get interpreted by the framework.
|
| Beanc |
Maps constructor arguments to property names on beans with read-only properties.
|
| BeanConfig |
Annotation for specifying config properties defined in
BeanContext and BeanTraverseContext. |
| BeanConstructor | Deprecated
Use
Beanc |
| BeanIgnore |
Ignore classes, fields, and methods from being interpreted as bean or bean components.
|
| Beanp |
Used tailor how bean properties get interpreted by the framework.
|
| BeanProperty | Deprecated
Use
Beanp |
| Builder |
Identifies a class as a builder for a POJO class.
|
| CC |
Represents a Class-to-Class mapping.
|
| ConfigurableContext |
Annotation applied to
Context objects to identify how they are configured. |
| CS |
Represents a Class-to-String mapping.
|
| Example |
Identifies examples for POJOs.
|
| Name |
Annotation that can be used on method parameters to identify their name.
|
| NameProperty |
Identifies a setter as a method for setting the name of a POJO as it's known by its parent object.
|
| ParentProperty |
Identifies a setter as a method for adding a parent reference to a child object.
|
| PropertyStoreApply |
Applied to Config annotations to identify the class used to push the values into a property store.
|
| SC |
Represents a String-to-Class mapping.
|
| SS |
Represents a String-to-String mapping.
|
| Swap | |
| Swaps |
Used to associate multiple swaps with the same POJO class.
|
| URI |
Used to identify a class or bean property as a URI.
|
Copyright © 2016–2019 The Apache Software Foundation. All rights reserved.