Annotation Type Immutable


  • @Documented
    @Retention(RUNTIME)
    public @interface Immutable
    Marker annotation to indicate that the annotated element is immutable, this means that its state cannot be seen to change by callers.
    Since:
    1.0.0
    Author:
    Mercy