forked from StarOpenSource/Engine
Allow annotating classes with @NonKotlinContact
This commit is contained in:
parent
603410ed89
commit
1743228b71
1 changed files with 1 additions and 0 deletions
|
@ -39,6 +39,7 @@ package de.staropensource.engine.base.annotation
|
||||||
* @since v1-alpha10
|
* @since v1-alpha10
|
||||||
*/
|
*/
|
||||||
@Target(
|
@Target(
|
||||||
|
AnnotationTarget.CLASS,
|
||||||
AnnotationTarget.PROPERTY,
|
AnnotationTarget.PROPERTY,
|
||||||
AnnotationTarget.FIELD,
|
AnnotationTarget.FIELD,
|
||||||
AnnotationTarget.CONSTRUCTOR,
|
AnnotationTarget.CONSTRUCTOR,
|
||||||
|
|
Loading…
Reference in a new issue