Example #1
0
 @Override
 public void visitAttribute(final Attribute attr) {
     checkEndMethod();
     if (attr == null) {
         throw new IllegalArgumentException(
                 "Invalid attribute (must not be null)");
     }
     super.visitAttribute(attr);
 }