Annotation Type UseClassPathAdjuster


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    public @interface UseClassPathAdjuster
    Use this annotation to enable adjusting of the class path used by powermock to locate class files.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.Class<? extends ClassPathAdjuster> value