Annotation Interface InstanceName


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface InstanceName
Specifies an entity attribute or method to provide an instance name - a human-readable text that represents an entity instance.

This annotation should be present on a single field or a method of the object.