Annotation Type WhitelistClass


@API(status=MAINTAINED)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD,ANNOTATION_TYPE})
@Repeatable(WhitelistClasses.class)
public @interface WhitelistClass
Marks a class trusted for the test scope the annotation is applied to. The class has therefore more freedom and is less restricted by the SecurityManager.
Since:
0.4.4
Version:
1.0.0
Author:
Christian Femers
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    java.lang.Class<?> value  
  • Element Details

    • value

      java.lang.Class<?> value