Package org.jboss.logging.processor.apt
Class ReturnTypeFactory
java.lang.Object
org.jboss.logging.processor.apt.ReturnTypeFactory
Date: 29.07.2011
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static class
Implementation of return type.private static class
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ReturnType
of
(ProcessingEnvironment processingEnv, TypeMirror returnType, MessageMethod method)
-
Constructor Details
-
ReturnTypeFactory
private ReturnTypeFactory()Private constructor for factory.
-
-
Method Details
-
of
public static ReturnType of(ProcessingEnvironment processingEnv, TypeMirror returnType, MessageMethod method)
-