blob: e3fc096ac3c93930b19f7fbb498f9470b866fc19 (
plain) (
blame)
1
2
3
4
|
LuaJava allows Java components to be accessed from Lua using the same syntax
that is used for accessing Lua`s native objects, without any need for
declarations or any kind of preprocessing, and also allows Java to implement
an interface using Lua.
|