Returns true if this variable is declared with the final modifier. @return true if final @since 5.0.0
()
| 130 | * @since 5.0.0 |
| 131 | */ |
| 132 | default boolean isFinal() { |
| 133 | return (getModifiers() & ACC_FINAL) != 0; |
| 134 | } |
| 135 |
no outgoing calls
no test coverage detected