summaryrefslogtreecommitdiffstats
path: root/tests/bugs150/pr113630/BeanSupportAspectj.aj
blob: 8262ad6bf033f5c64ea17a5692c95bf863e5b5ad (plain)
1
2
3
4
5
6
7
8
9
10
/**
 * 
 */
package com.blueprint.util.aspectj5.test;

import com.blueprint.util.aspectj5.test.PropertySupportAspect5.PropertySupport;

public aspect BeanSupportAspectj {
     declare parents: @javaBean * implements PropertySupport;
}