-
Notifications
You must be signed in to change notification settings - Fork 0
Check: Constant Interface
Madeline Kahn edited this page Mar 26, 2024
·
1 revision
- Name:
"constantInterface"
- Default: Enabled
Name | Type | Description |
---|---|---|
allowMarkerInterfaces |
boolean |
If true, interfaces with no fields nor methods ("marker interfaces") will be ignored. (Defaults to false.) |
Generates a warning if an interface is a "constant interface" that contains only fields and no methods. Unless allowMarkerInterfaces
is true, also generates a warning if an interface is completely empty.