Package org.jboss.logging.processor.apt
Class ReturnTypeFactory
- java.lang.Object
-
- org.jboss.logging.processor.apt.ReturnTypeFactory
-
final class ReturnTypeFactory extends java.lang.Object
Date: 29.07.2011
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
ReturnTypeFactory.AptReturnType
Implementation of return type.private static class
ReturnTypeFactory.VoidReturnType
-
Constructor Summary
Constructors Modifier Constructor Description private
ReturnTypeFactory()
Private constructor for factory.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ReturnType
of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror returnType, MessageMethod method)
-
-
-
Method Detail
-
of
public static ReturnType of(javax.annotation.processing.ProcessingEnvironment processingEnv, javax.lang.model.type.TypeMirror returnType, MessageMethod method)
-
-