Class | Description |
---|---|
Null |
Represents a null entry in a class annotation.
|
Annotation Type | Description |
---|---|
Bean |
Used to tailor how beans get interpreted by the framework.
|
BeanConstructor |
Maps constructor arguments to property names on beans with read-only properties.
|
BeanIgnore |
Ignore classes, fields, and methods from being interpreted as bean or bean components.
|
BeanProperty |
Used tailor how bean properties get interpreted by the framework.
|
Builder |
Identifies a class as a builder for a POJO class.
|
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.
|
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 © 2018 Apache. All rights reserved.