Annotation Type Exclude


@Retention(RUNTIME)
public @interface Exclude
Excludes a field from being part of the form. For example, use on an @Id field on a hibernate entity.