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