01: package com.sun.xml.bind.v2.model.annotation;
02:
03: class Init {
04:
05: static Quick[] getAll() {
06: return new Quick[] { new XmlSchemaQuick(null, null),
07: new XmlAttributeQuick(null, null),
08: new XmlElementRefsQuick(null, null),
09: new XmlTransientQuick(null, null),
10: new XmlElementDeclQuick(null, null),
11: new XmlSchemaTypeQuick(null, null),
12: new XmlRootElementQuick(null, null),
13: new XmlValueQuick(null, null),
14: new XmlElementQuick(null, null),
15: new XmlEnumQuick(null, null),
16: new XmlElementRefQuick(null, null),
17: new XmlTypeQuick(null, null) };
18: }
19:
20: }
|