Annotation Type Mutable


  • @Retention(RUNTIME)
    @Target(TYPE_USE)
    public @interface Mutable
    Annotation to mark a parameter as mutable: the value of the given argument will be altered by the algorithm during execution.
    See Also:
    Inplaces