Returns true if this variable is declared with the public modifier. @return true if public @since 5.0.0
()
| 160 | * @since 5.0.0 |
| 161 | */ |
| 162 | default boolean isPublic() { |
| 163 | return (getModifiers() & ACC_PUBLIC) != 0; |
| 164 | } |
| 165 |
no outgoing calls
no test coverage detected