Annotation Type Immutable.Array


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public static @interface Immutable.Array
    Identifies that an array-type field should be considered immutable. Note that for an array to be considered immutable, its component type must also be immutable.
    Since:
    0.17