public interface JavaModel
Purpose:The JavaModel is the central access point to the TopLink JAXB 2.0 Java model implementation's source/classes. A JavaModel has an underlying source/classpath that defines its search path.
Responsibilities:
Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation(JavaAnnotation janno,
Class<?> jClass) |
JavaClass |
getClass(Class<?> jClass) |
JavaClass |
getClass(String classname) |
ClassLoader |
getClassLoader() |
ClassLoader getClassLoader()
Annotation getAnnotation(JavaAnnotation janno, Class<?> jClass)
Copyright © 2007–2021 Eclipse.org - EclipseLink Project. All rights reserved.