From 7189ff3d683f97870fc11ec4e14de3f23abe3c4b Mon Sep 17 00:00:00 2001
From: ulrich
Date: Thu, 05 Dec 2024 15:11:06 +0000
Subject: [PATCH] TempActor umbenannt zu ActorDescriptor, verschoben zu entity Package

---
 src/de/uhilger/neon/Action.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/de/uhilger/neon/Action.java b/src/de/uhilger/neon/Action.java
index 23c5d8c..a95c2a5 100644
--- a/src/de/uhilger/neon/Action.java
+++ b/src/de/uhilger/neon/Action.java
@@ -44,4 +44,5 @@
 	Type type() default Type.GET;  
   String[] handler();
   String route();
+  boolean handlesResponse();  
 }

--
Gitblit v1.9.3