| Package | Description |
|---|---|
| jnr.ffi.util |
| Modifier and Type | Method and Description |
|---|---|
private static AnnotationProxy<?> |
AnnotationProxy.getAnnotationProxy(java.lang.Object obj)
Retrieves the annotation proxy, if any, given the annotation.
|
static <A extends java.lang.annotation.Annotation> |
AnnotationProxy.newProxy(java.lang.Class<A> annotationType)
Creates a new annotation proxy.
|