public class RoundEnvironmentWrapper extends Object
| Constructor and Description |
|---|
RoundEnvironmentWrapper(ProcessingEnvironment processingEnv,
RoundEnvironment roundEnv) |
| Modifier and Type | Method and Description |
|---|---|
br.com.objectos.way.core.util.WayIterable<TypeElement> |
typesAnnotatedWith(Class<? extends Annotation> annotationType) |
br.com.objectos.way.core.util.WayIterable<TypeInfo> |
typesInfoAnnotatedWith(Class<? extends Annotation> annotationType) |
static RoundEnvironmentWrapper |
wrapperOf(ProcessingEnvironment processingEnv,
RoundEnvironment roundEnv) |
public RoundEnvironmentWrapper(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv)
public static RoundEnvironmentWrapper wrapperOf(ProcessingEnvironment processingEnv, RoundEnvironment roundEnv)
public br.com.objectos.way.core.util.WayIterable<TypeElement> typesAnnotatedWith(Class<? extends Annotation> annotationType)
public br.com.objectos.way.core.util.WayIterable<TypeInfo> typesInfoAnnotatedWith(Class<? extends Annotation> annotationType)
Copyright © 2015. All rights reserved.