-
-
Notifications
You must be signed in to change notification settings - Fork 7
[Android] Annotations Support #41
triniwiz
started this conversation in
1. Ideas & Discussions
-
Introduce support for annotations Vladimir went a bit in-dept here
Beta Was this translation helpful? Give feedback.
All reactions
-
🚀 2
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.
Then seeing all of them we could see which one we can merge together with options, and then have a clear version of where we are going
NativeClass
Simple 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.
All reactions
-
👍 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment