Annotation Interface Create


@Target(METHOD) @Retention(RUNTIME) public @interface Create
A method within a connection provider marked with this annotation will be used as instantiator for new connections. The methods input type will be used to render a corresponding form. The output type is the type that will be injected into fields annotated with the correspoding connection provider