br.com.objectos.way.code.apt
Class AnnotationValueWrapper

java.lang.Object
  extended by br.com.objectos.way.code.apt.AnnotationValueWrapper

public class AnnotationValueWrapper
extends Object

Author:
marcio.endo@objectos.com.br (Marcio Endo)

Method Summary
static WayIterable<AnnotationValueWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv, AnnotationMirror annotation)
           
static AnnotationValueWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv, ExecutableElement element, AnnotationValue value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

wrapAll

public static WayIterable<AnnotationValueWrapper> wrapAll(ProcessingEnvironmentWrapper processingEnv,
                                                          AnnotationMirror annotation)

wrapperOf

public static AnnotationValueWrapper wrapperOf(ProcessingEnvironmentWrapper processingEnv,
                                               ExecutableElement element,
                                               AnnotationValue value)


Copyright © 2014. All rights reserved.