1 2 3 4 5 6
package sample; public abstract aspect AbstractDerived extends AbstractBase { Object x = getLogger(); }