Feature suggestion: make CoerceJavaToLua able to see only annotated members #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature suggestion: make CoerceJavaToLua able to see only annotated members
This would be useful if one wants to implement some safe coercing that cannot access members that are not annotated with a specific annotation (for example, something like @LuaMember)
Implemented