Interface ElementContext
-
- All Superinterfaces:
JamLogger
- All Known Implementing Classes:
JamServiceContextImpl
public interface ElementContext extends JamLogger
Context object required by every ElementImpl.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AnnotationProxy
createAnnotationProxy(java.lang.String jsr175typename)
Creates an empty appropriate proxy for the given 175 annotation instance.JamClassLoader
getClassLoader()
Returns the classloader the elements should use for type resolution.JamLogger
getLogger()
-
-
-
Method Detail
-
getLogger
JamLogger getLogger()
-
getClassLoader
JamClassLoader getClassLoader()
Returns the classloader the elements should use for type resolution.
-
createAnnotationProxy
AnnotationProxy createAnnotationProxy(java.lang.String jsr175typename)
Creates an empty appropriate proxy for the given 175 annotation instance.
-
-