TARGET_CLASS
TARGET_CLASS = 'class'
注解目标-类
parse(\Imi\Bean\Annotation\Base $annotation, string $className, string $target, string $targetName) : void
处理方法
| \Imi\Bean\Annotation\Base | $annotation | 注解类 |
| string | $className | 类名 |
| string | $target | 注解目标类型(类/属性/方法) |
| string | $targetName | 注解目标名称 |
getEnumItem(string $className, mixed $value) : \Imi\Enum\Annotation\EnumItem
获得枚举项
| string | $className | |
| mixed | $value |