Annotation Type LabelPart


  • @Target(FIELD)
    public @interface LabelPart
    Marks the annotated field as being part of the declaring class' label. The annotation does not have an effect if the field's declaring class is not annotated by CustomLabel.

    For an usage example consult the Javadoc of CustomLabel.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    See Also:
    CustomLabel