org.aspectj/tests/bugs162/pr222648/DataAspect.aj

12 lignes
124 B
Plaintext
Brut Vue normale Historique

2008-08-21 00:06:53 +02:00
package test;
public aspect DataAspect
{
public CONTENT Marker<CONTENT>.getContent()
{
return null;
}
}