1
0
Mirror von https://github.com/eclipse-aspectj/aspectj.git synchronisiert 2024-08-28 17:57:06 +02:00
org.aspectj/ajdoc/testdata/coverage/fluffy/bunny/Bunny.java

9 Zeilen
69 B
Java

2004-04-09 01:26:41 +02:00
package fluffy.bunny;
public class Bunny {
void doIt() { }
}