Annotation Type RestrictionUI
-
@Target(TYPE) @Retention(RUNTIME) public @interface RestrictionUI
States that the annotated UI is able to deal with the specified subtype ofInstrumentableRestriction
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends InstrumentableRestriction>
restrictionType
-
-
-
Element Detail
-
restrictionType
Class<? extends InstrumentableRestriction> restrictionType
-
-