Re: commons attribures: Inheritable

2005-04-02 Thread Kiruta Vitaly
Hi, I found my mistake. I should have been doing: /** @@Inheritable() */ class Permission { ... } instead of: class Permission extends Inheritable { ... } :) Cheers. --- !! Boss'! ! http://news.tut.by/50282.html

commons attribures: Inheritable

2005-03-31 Thread Kiruta Vitaly
Hi all, I've got a question about the usage of org.apache.commons.attributes.Inheritable. I specify an attribute for the method in interface and I want that attribute to apply to the method in the implementing class. For example: interface ISome { /** @@Permission(WRITE) */ void