Skip to content

Commit

Permalink
docs: define builder
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jul 31, 2023
1 parent 39a147a commit 2563bbc
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@
import org.eclipse.jnosql.mapping.metadata.ConstructorBuilderSupplier;
import org.eclipse.jnosql.mapping.metadata.ConstructorMetadata;

/**
* A supplier of constructor using reflection.
*/
public class ReflectionConstructorBuilderSupplier implements ConstructorBuilderSupplier {
@Override
public ConstructorBuilder apply(ConstructorMetadata constructorMetadata) {
Expand Down

0 comments on commit 2563bbc

Please sign in to comment.