fix: reflection

This commit is contained in:
2024-02-03 14:26:10 +01:00
parent 110320b929
commit b4e0d0fa3d
3 changed files with 8 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
package fr.titionfire.ffsaf.net2;
import io.quarkus.runtime.annotations.RegisterForReflection;
@RegisterForReflection
public enum MessageType {
REQUEST, REPLY, ERROR, NOTIFY
}