JiSE icon indicating copy to clipboard operation
JiSE copied to clipboard

Annotations?

Open joinr opened this issue 3 years ago • 0 comments

Curious how much additional effort would be required for annotations. I am helping work through porting an example from optaplanner which is "heavily" class-based and requires lots of annotations to communicate with the framework. Most of clojure's deftype (with annotation support) worked here, however we end up with problems since the field types are "always" Object, regardless of typehint. So optaplanner will complain that the field does not return a constrained type (List or array). Looking at custom bytecode generation with insn, but I figured I would see if JiSE could be closer...

joinr avatar May 02 '21 04:05 joinr