giann/schematics

Shorcut annotations/attributes (@Title, @Description, etc.)

giann opened this issue · 0 comments

giann commented

Avoid having to do a whole schema definition when you only need metadata stuff over already inferred schema. Something like

class A {
    /**
     * @Title("Something important")
     */
    public string important;
}