In 7.2 the new ways of creating directives (via methods & annotations) was not yet supported.
This PR adds support in the AnnotationsSchemaCreator. It also adds tests and deprecating the directiveViaAnnotation method in the processor, because directive method does the same logic.
In 7.2 the new ways of creating directives (via methods & annotations) was not yet supported. This PR adds support in the
AnnotationsSchemaCreator
. It also adds tests and deprecating thedirectiveViaAnnotation
method in the processor, becausedirective
method does the same logic.