Join Slack
Powered by
I believe that interface methods have an `ACC_ABST...
# reflect
s
shredder121
05/23/2016, 9:48 PM
I believe that interface methods have an
ACC_ABSTRACT
flag (
Modifier.isAbstract(method.getModifiers())
). I checked with javap on an interface of mine, and the default method is missing the flag. So that would be the way to check I suppose.
👍 1
Open in Slack
Previous
Next