public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* @Override notations for member functions (e.g. onCreate on Android)
@ 2014-02-23 13:18 Marius Kjeldahl
  2014-02-23 19:19 ` Per Bothner
  0 siblings, 1 reply; 5+ messages in thread
From: Marius Kjeldahl @ 2014-02-23 13:18 UTC (permalink / raw)
  To: kawa

I can't seem to get them working, like in the following example:

(define-simple-class MainActivity (android.app.Activity)
  ((onCreate (savedInstanceState :: android.os.Bundle)) (@Override)
   (invoke-special android.app.Activity (this) 'onCreate savedInstanceState)
...)

Are @Override notation supported at all, and if so, how can I use them
on member functions like onCreate?

Thanks,

Marius K.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2014-02-24 16:38 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-23 13:18 @Override notations for member functions (e.g. onCreate on Android) Marius Kjeldahl
2014-02-23 19:19 ` Per Bothner
     [not found]   ` <CAHdMyCJ0701d6o0N4uhGztJ_oPHu9TH-eFxBR3qhMWp6juprWg@mail.gmail.com>
2014-02-23 22:05     ` Fwd: " Marius Kjeldahl
2014-02-24  1:59     ` Per Bothner
     [not found]       ` <CAHdMyCKyXoM+CMYSe+WH4BHgeRTmAbQCdnOHnErGaQ=tY5fwHw@mail.gmail.com>
2014-02-24 16:38         ` Fwd: " Marius Kjeldahl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).