Skip to content

Commit

Permalink
Merge de7edfa into 2f1d77a
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmugra committed May 6, 2021
2 parents 2f1d77a + de7edfa commit 5517b52
Show file tree
Hide file tree
Showing 27 changed files with 861 additions and 599 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,17 @@ The interface (as in the example before) can, optionally, contains `long serialV
If the constant is present, the value will be used for the `private static final long serialVersionUID` attribute in the generated class.
Otherwise generated class will be generated with `private static final long serialVersionUID = 0L`.

### net.cactusthorn.config.core.Accessible
"config"-interface can extends (directly or over super-interface) `net.cactusthorn.config.core.Accessible`.
In this case generated class will also get methods for this interface:
```java
Set<String> keys();

Object get(String key);

Map<String, Object> asMap();
```

## Miscellaneous

### Caching
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 5517b52

Please sign in to comment.