Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.3.0.CD18

Package com.sun.xml.bind.v2.model.core

The in-memory model of the JAXB-bound beans.

See: Description

Package com.sun.xml.bind.v2.model.core Description

The in-memory model of the JAXB-bound beans.

Parameterizations

Interfaces in this package are parameterized to work with arbitrary Java reflection library. This is necessary because the RI needs to work with both the runtime reflection library (java.lang.reflect) and the Annotation Processing.

The meaning of parameterizations are as follows:

T
Represents an use of type, such as int, Foo[], or List<Foo>. Corresponds to Type.
C
Represents a declaration of a type (that is, class, interface, enum, or annotation.) This doesn't include int, Foo[], or List<Foo>, because they don't have corresponding declarations. Corresponds to Class (roughly).
F
Represents a field. Corresponds to Field.
M
Represents a method. Corresponds to Method.
Skip navigation links
Red Hat JBoss Enterprise Application Platform 7.3.0.CD18

Copyright © 2019 JBoss by Red Hat. All rights reserved.