Module colesico.framework.service
Class RoundContext
- java.lang.Object
-
- colesico.framework.service.codegen.parser.RoundContext
-
public final class RoundContext extends Object
- Author:
- Vladlen Larionov
-
-
Constructor Summary
Constructors Constructor Description RoundContext(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<? extends TypeElement>getAnnotations()ObjectgetProperty(Class propertyClass)RoundEnvironmentgetRoundEnv()voidsetProperty(Object property)
-
-
-
Constructor Detail
-
RoundContext
public RoundContext(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
-
-
Method Detail
-
getAnnotations
public Set<? extends TypeElement> getAnnotations()
-
getRoundEnv
public RoundEnvironment getRoundEnv()
-
setProperty
public void setProperty(Object property)
-
-