On 1/2/2018 9:26 PM, Yasser Zamani wrote:
> Illegal field modifiers in class
> org/apache/struts2/json/JSONWriter: 0xA

I'm confused :( 0xA means `JVM_ACC_PRIVATE | JVM_ACC_STATIC` but the 
fields in an interface are implicitly public static final i.e. 
org/apache/struts2/json/JSONWriter.ENUM_AS_BEAN_DEFAULT implicitly is 
public static final. I have no idea while your compiler sees it as 
private static!

Reply via email to