org.aspectj/tests/bugs164/pr268689/ConcreteAspect.aj

13 lines
125 B
Plaintext
Raw Normal View History

/**
*
*/
package none;
/**
* @author Dawid Pytel
*
*/
public aspect ConcreteAspect extends GenericAspect<String> {
}