You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, in order to get dialog title, one has to create an explicit Dialog.title() method, where as, it would be nice to be able to use the delegating method itself for holding the title. Thus, one would call System.out.println(window.dialog()) and that would print "Dialog title".
The text was updated successfully, but these errors were encountered:
* Support for direct annotations on delegates (issue #10)
* Tool for extracting all translations from all c10n enabled interfaces (issue #12)
* API changes to `C10N` (issue #13)
Consider the following use case:
Currently, in order to get dialog title, one has to create an explicit
Dialog.title()
method, where as, it would be nice to be able to use the delegating method itself for holding the title. Thus, one would callSystem.out.println(window.dialog())
and that would print"Dialog title"
.The text was updated successfully, but these errors were encountered: