aboutsummaryrefslogtreecommitdiff
path: root/library/src/scala/annotation/static.scala
blob: b00072b18908022dee5cc06a37290fc12bffb77d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
package scala.annotation

import scala.annotation.meta._

/** https://github.com/scala/scala.github.com/pull/491 */

@field
@getter
@beanGetter
@beanSetter
@param
@setter
final class static extends StaticAnnotation