manual/tips_and_tricks
Differences between version #15237 and #15239
117a118,132
> ===== Java Specific =====
> In order to improve [[http://haxe.org/doc/java/native_code_advanced#member-visibility|interaction]] with native Java code, there were created some java-specific metadata:
>
> [biglist]
>
> * ''@:protected'' : the specified field or method is marked as protected (used when overriding protected methods for instance)
> * ''@:internal'' : the specified field or method is marked as internal (used when overriding protected methods for instance)
> * ''@:final'' : the specified field or method is marked as final
> * ''@:volatile'' : the specified field or method is marked as volatile
> * ''@:transient'' : the specified field or method is marked as transient
> * ''@:functionBody("Code")'' : will replace the contents of the target function with "code"
> * ''@:classContents("Code")'' : Inject "code" to the contents of the class
>
> [/biglist]
>
| Ver | Date | Lg | User | Action |
|---|---|---|---|---|
| #18400 | 2013-05-05 02:02:59 | en | waneck | View | Diff |
| #18003 | 2013-03-27 19:22:25 | en | TheHippo | View | Diff |
| #18001 | 2013-03-27 07:00:24 | en | ezeql | View | Diff |
| #18000 | 2013-03-27 06:59:40 | en | ezeql | View | Diff |
| #17866 | 2013-03-05 17:53:17 | en | jan_flanders | View | Diff |
| #17852 | 2013-03-03 01:06:11 | en | back2dos | View | Diff |
| #15922 | 2013-02-09 17:00:33 | en | jan_flanders | View | Diff |
| #15833 | 2012-12-29 12:19:05 | en | Simn | View | Diff |
| #15805 | 2012-12-18 17:14:44 | en | jan_flanders | View | Diff |
| #15784 | 2012-12-11 01:44:03 | en | jan_flanders | View | Diff |
| #15760 | 2012-12-03 03:26:23 | en | jan_flanders | View | Diff |
| #15759 | 2012-12-03 03:21:58 | en | jan_flanders | View | Diff |
| #15746 | 2012-11-30 00:26:37 | en | jan_flanders | View | Diff |
| #15706 | 2012-11-17 17:15:48 | en | jan_flanders | View | Diff |
| #15670 | 2012-11-07 14:49:44 | en | jan_flanders | View | Diff |
| #15655 | 2012-11-06 19:08:34 | en | jan_flanders | View | Diff |
| #15606 | 2012-10-30 00:34:23 | en | ezeql | View | Diff |
| #15605 | 2012-10-30 00:32:07 | en | ezeql | View | Diff |
| #15604 | 2012-10-30 00:31:30 | en | ezeql | View | Diff |
| #15603 | 2012-10-30 00:30:26 | en | ezeql | View | Diff |
Previous | Next