Allow annotating classes with @NonKotlinContact

This commit is contained in:
JeremyStar™ 2024-12-22 13:05:44 +01:00
parent 603410ed89
commit 1743228b71
Signed by: JeremyStarTM
GPG key ID: E366BAEF67E4704D

View file

@ -39,6 +39,7 @@ package de.staropensource.engine.base.annotation
* @since v1-alpha10
*/
@Target(
AnnotationTarget.CLASS,
AnnotationTarget.PROPERTY,
AnnotationTarget.FIELD,
AnnotationTarget.CONSTRUCTOR,