Package org.zkoss.bind.annotation
Annotation Type Immutable
-
@Target({TYPE,METHOD}) @Retention(RUNTIME) @Inherited public @interface ImmutableMarker annotation to indicate an immutable class (no setters).- Since:
- 6.0.0
- Author:
- henrichen, dennis
@Target({TYPE,METHOD})
@Retention(RUNTIME)
@Inherited
public @interface Immutable