public class AnnotatedContext extends Object implements ComponentContext
| Constructor and Description |
|---|
AnnotatedContext() |
AnnotatedContext(AccessibleObject ao) |
AnnotatedContext(AccessibleObject ao,
Annotation[] annotations) |
AnnotatedContext(Annotation[] annotations) |
| Modifier and Type | Method and Description |
|---|---|
AccessibleObject |
getAccesibleObject()
Get the accessible object.
|
Annotation[] |
getAnnotations()
Get the array of annotations.
|
void |
setAccessibleObject(AccessibleObject ao) |
void |
setAnnotations(Annotation[] annotations) |
public AnnotatedContext()
public AnnotatedContext(Annotation[] annotations)
public AnnotatedContext(AccessibleObject ao)
public AnnotatedContext(AccessibleObject ao, Annotation[] annotations)
public void setAnnotations(Annotation[] annotations)
public void setAccessibleObject(AccessibleObject ao)
public AccessibleObject getAccesibleObject()
ComponentContextgetAccesibleObject in interface ComponentContextpublic Annotation[] getAnnotations()
ComponentContextgetAnnotations in interface ComponentContextCopyright © 2016 Oracle Corporation. All rights reserved.