Skip to content

Commit

Permalink
Added @ProviderType to api.Rule after removing final keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcin committed Apr 27, 2020
1 parent d8bd1c1 commit d2c05fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/src/main/java/net/adamcin/oakpal/api/Rule.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
* are assumed).</dd>
* </dl>
*/
@ProviderType
public class Rule implements JsonObjectConvertible {
@ProviderType
public interface JsonKeys {
Expand Down

0 comments on commit d2c05fa

Please sign in to comment.