Pla*_*kül 7 annotations scala scala-2.8
我想问一下Scala 2.8.0是否有注释列表?我偶然发现了@ inline和@specialized但如果有一个完整的列表也可以解释他们的确切做法会很好.
如果这样的列表不存在:是否应该熟悉一些注释?
Scala Annotations之旅:http: //www.scala-lang.org/node/106
Scala注释的内部结构:http: //www.scala-lang.org/sid/5
这次旅行现在已经过时了.现在Scala中还有几个注释.
scaladoc for Scala.annotation.Annotation的Known Subclasses部分提供了一个相当重要的列表(下面是2.12.1):
SerialVersionUID,ClassfileAnnotation,StaticAnnotation,TypeConstraint,compileTimeOnly,elidable,implicitAmbiguous,implicitNotFound,beanGetter,beanSetter,companionClass,companionMethod,companionObject,field,getter,languageFeature,param,setter,strictfp,switch,tailrec,uncheckedStable,uncheckedVariance,unspecialized,varargs, BeanDescription,BeanDisplayName,BeanInfoSkip,BeanProperty,BooleanBeanProperty,deprecated,deprecatedInheritance,deprecatedName,deprecatedOverriding,inline,native,noinline,specialized,throws,transient,unchecked,volatile,BeanInfo,remote
消息来源:http://www.scala-lang.org/api/current/scala/annotation/Annotation.html