Annotation Interface Graph.OptIn

Enclosing interface:
Graph

@Retention(RUNTIME) @Target(TYPE) @Repeatable(OptIns.class) @Inherited public static @interface Graph.OptIn
Defines the test suite that the implementer has decided to support and represents publicly as "passing". Marking the Graph instance with this class allows that particular test suite to run.