JPP: refined space ring mutux todo, as it can be worked around

This commit is contained in:
Willem Cazander 2025-09-08 12:27:52 +02:00
parent ce8bb48cef
commit 1a8666933f

View file

@ -56,7 +56,8 @@ public enum FoodType { // TODO: add zero generics paramterss like: && v.getGener
ENUM_SPACE_RING (ꝹBabelName.ₜₓₜEnumSpaceRing.class, (v, m) -> ANY_ENUM.matchClass(v) && v.getEnumConstants().length == 0 && v.getDeclaredClasses().length >= 1),
//INTERFACE_XMAS_TREE and/or ENUM_SPACE_TREE and/or ENUM_SPACE_TREE_FOREST (todo: schedule 40++ hour of thinking time for the names of these multiple tree like structured code)
//TODO: add (mono)tree example usecases: BãßBȍőnSpiderPaint.java || (todo write: TerminatorTreeWalkRangeUp and Down sets for math of T1-Tx and Tx-T2048)
//TODO2: ENUM_SPACE_MUTEX = PrimordialBase1,PrimordialBase2,PrimordialBase3,etc should be like a real enum is mutually exclusive
//TODO2: ENUM_SPACE_RING_MUTEX = PrimordialBase1,PrimordialBase2,PrimordialBase3,etc should be like a real enum is mutually exclusive
//TODO3: add new taste anno + check for deeper ENUM_SPACE_RING check/describe, (note2; mutux an "extra" typed (unused?) method can be added to lockout other interfaces)
INTERFACE_SPACE_MIXER (ꝹBabelName.ₜₓₜInterfaceSpaceMixer.class, (v, m) -> ANY_INTERFACE.matchClass(v) && v.getDeclaredMethods().length == 0),
INTERFACE_MONO_METHODISCH (ꝹBabelName.ₜₓₜInterfaceMonoMethodisch.class, (v, m) -> ANY_INTERFACE.matchClass(v) && v.getDeclaredMethods().length == 1 && ᒢObjectClass..isInterfaceMethodisch(v)),