CS-Notes/docs/_style/prism-master/tests/languages/n4js/annotation_feature.test
2018-12-19 14:09:39 +08:00

54 lines
1.2 KiB
Plaintext

@Inject
@Internal
@Undefined
@StringBased
@Final
@GenerateInjector
@WithParentInjector
@Spec
@Override
@Promisifiable
@Promisify
@This
@N4JS
@IgnoreImplementation
@Global
@ProvidedByRuntime
@TestAPI
@Polyfill
@StaticPolyfill
@StaticPolyfillAware
@StaticPolyfillModule
@Transient
----------------------------------------------------
[
["annotation", "@Inject"],
["annotation", "@Internal"],
["annotation", "@Undefined"],
["annotation", "@StringBased"],
["annotation", "@Final"],
["annotation", "@GenerateInjector"],
["annotation", "@WithParentInjector"],
["annotation", "@Spec"],
["annotation", "@Override"],
["annotation", "@Promisifiable"],
["annotation", "@Promisify"],
["annotation", "@This"],
["annotation", "@N4JS"],
["annotation", "@IgnoreImplementation"],
["annotation", "@Global"],
["annotation", "@ProvidedByRuntime"],
["annotation", "@TestAPI"],
["annotation", "@Polyfill"],
["annotation", "@StaticPolyfill"],
["annotation", "@StaticPolyfillAware"],
["annotation", "@StaticPolyfillModule"],
["annotation", "@Transient"]
]
----------------------------------------------------
Test for annotations.