inprogress
inprogress
-
Of course , normal Java rules apply , so you can import the annotation type and refer to it as simply @ InProgress .
当然,一般的Java规则仍然适用,您可以导入该注释类型,直接使用@InProgress引用它。
-
With the addition of @ Inherited , you 'll see the InProgress annotation show up on subclasses of annotated classes .
添加@Inherited后,您将看到InProgress出现在注释类的子类中。