org.apache.cocoon.rest.controller.util
Class AnnotationCollector

java.lang.Object
  extended by org.apache.cocoon.rest.controller.util.AnnotationCollector

public class AnnotationCollector
extends Object


Constructor Summary
AnnotationCollector()
           
 
Method Summary
 Map<Class<? extends Annotation>,List<Field>> getAnnotatedFields(Class<?> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationCollector

public AnnotationCollector()
Method Detail

getAnnotatedFields

public Map<Class<? extends Annotation>,List<Field>> getAnnotatedFields(Class<?> type)


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.