Annotation Type JohnzonVirtualObject


  • @Target(TYPE)
    @Retention(RUNTIME)
    @Inherited
    public @interface JohnzonVirtualObject
    Example: @JohnzonVirtualObject(path = {"nested", "nested-again"}, field = { "a", "b" }) will generate {"nested":{"nested-again":{"a":"xxx", "b": "yyy"}}}