public class MethodInfo extends Object
| Constructor and Description |
|---|
MethodInfo(Storage storage,
ClassInfo classInfo,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
getAnnotation(Class<?> annotation) |
Collection<Annotation> |
getAnnotations() |
ClassInfo |
getClassInfo() |
Method |
getMethod() |
public Method getMethod()
public ClassInfo getClassInfo()
public Collection<Annotation> getAnnotations()
public <T> T getAnnotation(Class<?> annotation)
Copyright © 2016. All Rights Reserved.