@Retention(value=RUNTIME) @Target(value=FIELD) public @interface DraftOnly
Typically this would be used on a property that is used as part of application 'workflow' such as a publish workflow status or when publish timestamp.
Copyright © 2019. All rights reserved.