mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +00:00
9 lines
194 B
Java
9 lines
194 B
Java
|
package libcore.reflect;
|
||
|
|
||
|
import java.lang.reflect.AccessibleObject;
|
||
|
|
||
|
public class AnnotationAccess {
|
||
|
public static native AccessibleObject getEnclosingMethodOrConstructor
|
||
|
(Class<?> c);
|
||
|
}
|