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 AnnotationProxycreateAnnotationProxy(String jsr175typename)Creates an empty appropriate proxy for the given 175 annotation instance.JamClassLoadergetClassLoader()Returns the classloader the elements should use for type resolution.JamLoggergetLogger()
-
-
-
Method Detail
-
getLogger
JamLogger getLogger()
-
getClassLoader
JamClassLoader getClassLoader()
Returns the classloader the elements should use for type resolution.
-
createAnnotationProxy
AnnotationProxy createAnnotationProxy(String jsr175typename)
Creates an empty appropriate proxy for the given 175 annotation instance.
-
-