public class RoundEnvironmentWrapper extends Object
| Constructor and Description |
|---|
RoundEnvironmentWrapper(ProcessingEnvironment processingEnv,
RoundEnvironment roundEnv) |
| Modifier and Type | Method and Description |
|---|---|
Stream<TypeElement> |
typesAnnotatedWith(Class<? extends Annotation> annotationType) |
Stream<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 Stream<TypeElement> typesAnnotatedWith(Class<? extends Annotation> annotationType)
public Stream<TypeInfo> typesInfoAnnotatedWith(Class<? extends Annotation> annotationType)
Copyright © 2015 Objectos Software LTDA. All rights reserved.