Annotation Type | Description |
---|---|
Default |
Specifies the default value for the property corresponding to a constructor
parameter in an immutable class.
|
Delegate |
Indicates that a field is a "delegate": public methods of the type of such
field are present in the type containing the field, and their implementation
simply delegates to the field.
|