Esempio n. 1
0
 int annotationMemberValue(int pos) throws Exception {
   writer.annotationValue();
   return super.annotationMemberValue(pos);
 }
Esempio n. 2
0
 @Override
 public void write(final AnnotationsWriter writer) throws IOException {
   writer.annotationValue();
   this.value.write(writer);
 }