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()
ComponentContext
getAccesibleObject
in interface ComponentContext
public Annotation[] getAnnotations()
ComponentContext
getAnnotations
in interface ComponentContext
Copyright © 2013 Oracle Corporation. All rights reserved.