Annotation Type RegisterArgumentFactory


@Target({TYPE,METHOD}) @Retention(RUNTIME) @Repeatable(RegisterArgumentFactories.class) public @interface RegisterArgumentFactory
Used to register an argument factory with either a sql object type or for a specific method. This annotation may be repeated to register multiple argument factories.