Package graphql
Annotation Type Mutable
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface Mutable
This marks a type as mutable which means after constructing it can be changed.
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Mutable