Skip to content

Commit 54fdb68

Browse files
committed
Mention final methods for interfaces
1 parent 05104a9 commit 54fdb68

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/attribute.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,7 @@ $(LI A class can be declared $(DDSUBLINK spec/class, final, `final`) to prevent
672672
subclassing.)
673673
$(LI A class method can be declared $(DDSUBLINK spec/function, final, `final`)
674674
to prevent a derived class overriding it.)
675+
$(LI Interfaces can define $(DDSUBLINK spec/interface, method-bodies, `final` methods).)
675676
)
676677

677678
$(H2 $(LNAME2 mustuse-attribute, `@mustuse` Attribute))

0 commit comments

Comments
 (0)