Annotation Type AutomapConstructor


  • @Documented
    @Retention(RUNTIME)
    @Target(CONSTRUCTOR)
    public @interface AutomapConstructor
    The marker annotation that indicate a constructor for automatic mapping.
    Since:
    3.4.3
    Author:
    Tim Chen