Annotation Type的意思|示意

美 / / 英 / /

注释类型


Annotation Type的网络常见释义

注释类型 声明的实体,可以是一个包(package),类类型(正常的或者枚举(enum)),接口类型(正常的或者注释类型(annotation type)),引用类型的成员(类、接口、字段或者方法),类型参数(类的,接口的,方法的或者构造子的),参数(属于方法,构造子或者异...

注解类型 ... type annotation类型注解;类型注释 annotation type注解类型;注释类型 annotation placement注记放置 ...

Annotation Type相关短语

1、 type annotation 类型注解 ; 类型注释 ; 类型标注

2、 Annotation-Type 注解

3、 Annotation Type declaration 注解类型声明

Annotation Type相关例句

Listing 3 defines a string named value that the annotation type can accept. You then use the annotation type as in Listing 4.

清单3定义了一个名为value的字符串,该注释类型能够接受它。

Note that this annotation type doesn't have a single-member variable, so you gain nothing by naming one of the variables value.

因为该注释类型的成员变量不是一个,所以将一个变量命名为value没有任何意义。

The GroupTODO annotation type in Listing 6 adds several new variables.

清单6中的GroupTODO注释类型中添加了几个新的变量。

In one system, it may use Transactional as the annotation type to capture join points, whereas in another system the annotation type might be Tx.

在一个系统中,可以使用Transactional作为注释类型来捕获连接点,而在另外的系统中,注释类型可以是Tx。

For example, this meta-annotation indicates that the declared type is itself a meta-annotation type.

例如,这个元注释表明被定义的类型是本身的元注释类型。只能被用在定义的注释类型上。

Because only a single bit of data is supplied, you can use a shortcut syntax (assuming the annotation type is defined to accept this syntax): @SingleValueAnnotation("my data").

因为仅提供很少的一点数据,所以可以使用快捷语法(假设注释类型接受此语法): @SingleValueAnnotation("my data") 。