*
* @return the default {@link ASMifiable} prototypes.
*/
public static Attribute[] getDefaultAttributes() {
try {
return new Attribute[]{new ASMStackMapAttribute(), new ASMStackMapTableAttribute()};
} catch ( final Exception e ) {
return new Attribute[0];
}
}