Skip to content

Commit

Permalink
feat(api): Deprecate GenericConfiguration type
Browse files Browse the repository at this point in the history
  • Loading branch information
fussel178 authored and Ludwig Richter committed Feb 24, 2022
1 parent 9970457 commit 88ab9a1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
*
* @author Pablo Klaschka (@pklaschka), Ludwig Richter (@fussel178)
* @see TelestionVerticle#getConfig()
* @deprecated Use {@link UntypedConfiguration} instead.
*/
@Deprecated(since = "0.8.0")
@JsonIgnoreProperties(ignoreUnknown = true)
public record GenericConfiguration() implements TelestionConfiguration {
}

0 comments on commit 88ab9a1

Please sign in to comment.