AnnotationMethodOrConstantRestContext annotationMethodOrConstantRestContext = getChild(
annotationTypeElementRestContext,
AnnotationMethodOrConstantRestContext.class);
if (annotationMethodOrConstantRestContext != null) {
AnnotationMethodRestContext annotationMethodRestContext = getChild(
annotationMethodOrConstantRestContext,
AnnotationMethodRestContext.class);
if (annotationMethodRestContext != null) {
AnnotationMethodDeclaration annotationMethodDeclaration = getAdapter(
AnnotationMethodRestAdapter.class).adapt(