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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/s2j/
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;

Completed in 26 milliseconds