Adds a skeleton for supporting codegen configuration of the annotation processor. One config field GenerateBuilderClasses is added with options of WHEN_REQUIRED (default) or ALWAYS. When set to WHEN_REQUIRED, the annotation processor will not generate builder classes if they are not necessary.
Adds support for generating schemas for classes annotated with @DynamoDbSortKey
Disable the plugin test package until the plugin can be applied correctly
Issue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
GenerateBuilderClasses
is added with options ofWHEN_REQUIRED
(default) orALWAYS
. When set toWHEN_REQUIRED
, the annotation processor will not generate builder classes if they are not necessary.@DynamoDbSortKey
Issue \
Description of changes
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.