Package io.jmix.core.annotation
Annotation Interface Secret
Annotation that indicates that annotated element is secret.
For example, if the User entity attribute is annotated with @Secret then this attribute won't be returned by the REST API
/userInfo endpoint.