Currently hints (e.g. @LoadFromFile or @Builder or @Setter) are derived from annotations (of the type, the parameter or the result). Yet sometimes we want to give hints on third party objects that we cannot annotate.
There should be a convenient method to specify hints detached from the object the hint is meant for.
Since such hints are not needed for serialization, they should be best specified in a configuration that is dedicated to the hint users, respectively the classes TestGenerator and ScheduledTestGenerator.
Currently hints (e.g.
@LoadFromFile
or@Builder
or@Setter
) are derived from annotations (of the type, the parameter or the result). Yet sometimes we want to give hints on third party objects that we cannot annotate.There should be a convenient method to specify hints detached from the object the hint is meant for.