[Android] Annotations Support #41
triniwiz
started this conversation in
1. Ideas & Discussions
Replies: 1 comment
-
Ok so i think it would good to first reference all the decorators we should or already have with a simple example. NativeClassSimple decorator for extending native class (only one level) used during build time (and removed) to tell the compiler to make an es5 class out of it so that we can use our special sauce @NativeClass
class ExtendedObject extends java.lang.Object {
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Introduce support for annotations Vladimir went a bit in-dept here
Beta Was this translation helpful? Give feedback.
All reactions