This commit is contained in:
Daniella / Tove 2024-05-27 06:26:44 +02:00
parent 38919cc504
commit d72270ba08

View file

@ -38,6 +38,7 @@ public class AnyGate {
if(gate == null) {
gate = new AnyGate(f, o);
map.put(f, gate);
gate.cacheAll();
}
return gate;
}
@ -48,8 +49,6 @@ public class AnyGate {
this.multiGate = field.getDeclaredAnnotation(MultiGate.class);
this.o = o;
cacheAll();
Marker id = field.getDeclaredAnnotation(Marker.class);
if(id != null)
cache.put(id.value(), TRUE);