aspect BadAdvice { after(Object controller) returning (Object foo): cflow(adviceexecution() && args(controller, ..) && this(BadAdvice)) && call(Bar+.new(..)) { } Object around(Object controller) : call(* whoKnows()) && target(controller) { return new Bar(); } public static void main(String args[]) { (new Bar()).whoKnows(); } } class Bar { void whoKnows() {} }ass='logo' rowspan='2'>cgit logo index : xmlgraphics-fop.git
Apache XML Graphics FOP: https://github.com/apache/xmlgraphics-fopwww-data
aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/render/pdf/PDFEventProducer.xml
blob: 420f16a096c84d526f2237209ec34c9afdd88328 (plain)
1
2
3