This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How define single java class using kawa IO system?


Many thanks for your answer!

> Normally, you don't write a 'main' method in Kawa - the compiler
> does that for you if you specify --main.  And you usually don't
> define a top-level class explicitly - the "module" (source file)
> does that instead.
>

You are right.
module-extends and module-implements with module-name - it is all that
is necessary to me.

Many thanks again!

-- 
WBR, Yaroslav Kavenchuk.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]