public class ViewModelAnnotationResolvers extends Object implements org.zkoss.zk.ui.util.AggregationListener
ViewModelAnnotationResolver| Constructor and Description |
|---|
ViewModelAnnotationResolvers() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Annotation> |
getAnnotation(Class clazz,
Class<T> annotationClass)
Get the specific annotation from the class
|
static <T extends Annotation> |
getAnnotation(Method method,
Class<T> annotationClass)
Get the specific annotation from the method
|
static Method |
getOriginalMethod(Object base,
Method method)
Get original method (if proxied)
|
boolean |
isHandled(Class<?> klass) |
public boolean isHandled(Class<?> klass)
isHandled in interface org.zkoss.zk.ui.util.AggregationListenerpublic static <T extends Annotation> T getAnnotation(Method method, Class<T> annotationClass)
method - annotationClass - public static <T extends Annotation> T getAnnotation(Class clazz, Class<T> annotationClass)
clazz - annotationClass - Copyright © 2026. All rights reserved.