@Override
public AnnotationMemberDeclaration adapt(
AnnotationTypeElementDeclarationContext context) {
AnnotationMemberDeclaration annotationMemberDeclaration = null;
AnnotationTypeElementRestContext annotationTypeElementRestContext = getChild(
context, AnnotationTypeElementRestContext.class);
if (annotationTypeElementRestContext != null) {
TypeContext typeContext = getChild(annotationTypeElementRestContext,
TypeContext.class);
if (typeContext != null) {