org.seasar.framework.util.tiger
クラス AnnotationUtil

java.lang.Object
  上位を拡張 org.seasar.framework.util.tiger.AnnotationUtil

public class AnnotationUtil
extends Object

作成者:
higa

コンストラクタの概要
protected AnnotationUtil()
           
 
メソッドの概要
static Map<String,Object> getProperties(Annotation annotation)
           
static Object getProperty(BeanDesc beanDesc, Annotation annotation, String name)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AnnotationUtil

protected AnnotationUtil()
メソッドの詳細

getProperties

public static Map<String,Object> getProperties(Annotation annotation)

getProperty

public static Object getProperty(BeanDesc beanDesc,
                                 Annotation annotation,
                                 String name)


Copyright © 2005-2007 The Seasar Foundation. All Rights Reserved.