public abstract class MethodRef extends Object
Constructor and Description |
---|
MethodRef() |
Modifier and Type | Method and Description |
---|---|
abstract <T extends Annotation> |
getAnnotation(Class<T> type) |
boolean |
hasAnnotation(Class<? extends Annotation> type) |
abstract Object |
invoke(Object _this,
Object... args) |
static MethodRef |
wrap(Method m) |
public abstract <T extends Annotation> T getAnnotation(Class<T> type)
public boolean hasAnnotation(Class<? extends Annotation> type)
public abstract Object invoke(Object _this, Object... args) throws InvocationTargetException, IllegalAccessException
Copyright © 2014. All rights reserved.