Пример #1
0
 int annotationMemberValue(int pos) throws Exception {
   writer.annotationValue();
   return super.annotationMemberValue(pos);
 }
Пример #2
0
 @Override
 public void write(final AnnotationsWriter writer) throws IOException {
   writer.annotationValue();
   this.value.write(writer);
 }