@Retention(value=RUNTIME) @Target(value=TYPE) @Documented public @interface EnablePrivateAccess
| Modifier and Type | Optional Element and Description |
|---|---|
Class<?> |
srcClass
explicit specify the source class to be tested
|
boolean |
verifyTargetOnCompile
whether enable compile-time existence verification for the private members accessed
|
public abstract Class<?> srcClass
Copyright © 2022. All rights reserved.