我如何将这个“注释”代码转换为 Yaml?
/**
* @Entity
* @InheritanceType("SINGLE_TABLE")
* @DiscriminatorColumn(name="discr", type="string")
* @DiscriminatorMap({"person" = "Person", "employee" = "Employee"})
*/
该手册没有在 Yaml 中给出它,我在谷歌搜索几个小时后就是找不到方法来做到这一点。
我如何将这个“注释”代码转换为 Yaml?
/**
* @Entity
* @InheritanceType("SINGLE_TABLE")
* @DiscriminatorColumn(name="discr", type="string")
* @DiscriminatorMap({"person" = "Person", "employee" = "Employee"})
*/
该手册没有在 Yaml 中给出它,我在谷歌搜索几个小时后就是找不到方法来做到这一点。