Searched refs:TypeAndAnnotationImpl (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
H A DBeanMappingImpl.java43 private final TypeAndAnnotationImpl taa = new TypeAndAnnotationImpl(parent.outline,clazz);
H A DTypeAndAnnotationImpl.java48 final class TypeAndAnnotationImpl implements TypeAndAnnotation { class in inherits:TypeAndAnnotation
52 public TypeAndAnnotationImpl(Outline outline, TypeUse typeUse) { method in class:TypeAndAnnotationImpl
105 if (!(o instanceof TypeAndAnnotationImpl)) return false;
106 TypeAndAnnotationImpl that = (TypeAndAnnotationImpl) o;
H A DElementMappingImpl.java56 taa = new TypeAndAnnotationImpl(parent.outline,t);
H A DJAXBModelImpl.java107 return new TypeAndAnnotationImpl(outline,use);

Completed in 214 milliseconds