Indicates whether this member is declared final. @return true if the final modifier is present
()
| 47 | * @return {@code true} if the final modifier is present |
| 48 | */ |
| 49 | default boolean isFinal() { |
| 50 | return (getModifiers() & Modifier.FINAL) != 0; |
| 51 | } |
| 52 |
no outgoing calls
no test coverage detected