1 2 3 4 5 6 |
|
import org.aspectj.lang.annotation.Aspect; import java.lang.annotation.*; public class Simple14AspectTest { public static void main(String[] args) { Annotation[] annotations = Simple14Aspect.class.getAnnotations(); if (annotations.length != 0) throw new RuntimeException("Should have no annotations"); } }m/docs/dist/doc/examples/tracing/tracelib.lst?h=AspectJ5_Development' type='application/atom+xml'/>