com.sun.tools.ws.processor.modeler.annotation
Class TypeMonikerFactory.DeclaredTypeMoniker

java.lang.Object
  extended by com.sun.tools.ws.processor.modeler.annotation.TypeMonikerFactory.DeclaredTypeMoniker
All Implemented Interfaces:
TypeMoniker
Enclosing class:
TypeMonikerFactory

static class TypeMonikerFactory.DeclaredTypeMoniker
extends Object
implements TypeMoniker


Constructor Summary
TypeMonikerFactory.DeclaredTypeMoniker(DeclaredType type)
           
 
Method Summary
 TypeMirror create(AnnotationProcessorEnvironment apEnv)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TypeMonikerFactory.DeclaredTypeMoniker

public TypeMonikerFactory.DeclaredTypeMoniker(DeclaredType type)
Method Detail

create

public TypeMirror create(AnnotationProcessorEnvironment apEnv)
Specified by:
create in interface TypeMoniker