continue;
}
}
// could only be the entity here
if (!entityAllowed) {
throw new MissingAnnotationException(
"All parameters requires one of the following annotations: "
+ VALID_ANNOTATIONS);
}
if (entityAlreadyRead) {
throw new MissingAnnotationException(
"The entity is already read. The " + i
+ ". parameter requires one of "
+ "the following annotations: "
+ VALID_ANNOTATIONS);
}