On 11/9/12, goofwin <[email protected]> wrote: > class MyClass > { > package abstract { > void foo(); > void bar(); > ... > } > }
package methods are automatically final, you can't have a virtual package method.
On 11/9/12, goofwin <[email protected]> wrote: > class MyClass > { > package abstract { > void foo(); > void bar(); > ... > } > }
package methods are automatically final, you can't have a virtual package method.