artem103
Results
1
issues of
artem103
If I have 2 classes, ``` public abstract class AbstractService { public void doSmth() {...} } @Secured("SECURE") @Service public class Service extends AbstractService { ... } ``` and when I...
in: core
type: bug