Annotation Type UseClassPathAdjuster


  • @Target({TYPE,METHOD})
    @Retention(RUNTIME)
    @Documented
    @Inherited
    @Deprecated
    public @interface UseClassPathAdjuster
    Deprecated.
    Class path adjuster is supported only for Javassist and will be removed in next release.
    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
      Deprecated.