| java.lang.Object org.caramba.annotations.AnnotationUtil
AnnotationUtil | public class AnnotationUtil (Code) | | Utilitiy for Annotation Usage.
author: Pieter Degraeuwe |
Method Summary | |
public static List<Field> | getAllDeclaredFields(Class pClass) Gets all Declared field of the given class, including the declared fields of the super classes. |
getAllDeclaredFields | public static List<Field> getAllDeclaredFields(Class pClass)(Code) | | Gets all Declared field of the given class, including the declared fields of the super classes.
Parameters: pClass - the class of which the fields are requested the requested fields |
|
|