The
CUSTOM-ATTRIBUTE clause specifies an attribute that provides metadata (information) about a managed code native data item or a property that will be visible using reflection.
Format
1
{ CUSTOM-ATTRIBUTE IS class-name-1 [ ( {parameter-1} . . . ) ] }...
Syntax Rules for Format
1
- This list of parameters must match a constructor defined for class-name-1. Each parameter-1 must be one of the following:
General Rules
- The custom attribute specified becomes part of the metadata describing the subject of the entry and is visible to a reflector.
- Languages for JVM support annotations, which are similar broadly to attributes in COBOL.