File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
src/main/java/com/saasquatch/jsonschemainferrer Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 22
33import javax .annotation .Nonnull ;
44import javax .annotation .Nullable ;
5+ import com .saasquatch .jsonschemainferrer .annotations .Beta ;
56
67/**
78 * The input for {@link TitleDescriptionGenerator}
89 *
910 * @author sli
1011 */
12+ @ Beta
1113public final class TitleDescriptionGeneratorInput {
1214
1315 private final String fieldName ;
Original file line number Diff line number Diff line change 11package com .saasquatch .jsonschemainferrer ;
22
3+ import com .saasquatch .jsonschemainferrer .annotations .Beta ;
4+
35/**
46 * Utilities for {@link TitleDescriptionGenerator}s.
57 *
68 * @author sli
79 */
10+ @ Beta
811public final class TitleDescriptionGenerators {
912
1013 private TitleDescriptionGenerators () {}
You can’t perform that action at this time.
0 commit comments