public final class MessageInterfaceFactory extends Object
MessageInterface
for annotation processors.Modifier and Type | Method and Description |
---|---|
static MessageInterface |
of(javax.annotation.processing.ProcessingEnvironment processingEnvironment,
javax.lang.model.element.TypeElement interfaceElement)
Creates a message interface from the
TypeElement specified by the interfaceElement parameter. |
public static MessageInterface of(javax.annotation.processing.ProcessingEnvironment processingEnvironment, javax.lang.model.element.TypeElement interfaceElement)
TypeElement
specified by the interfaceElement
parameter.processingEnvironment
- the annotation processing environment.interfaceElement
- the interface element to parse.Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.