summaryrefslogtreecommitdiffstats
path: root/ajdoc/testdata/coverage/foo/PkgVisibleClass.java
blob: 44941bb71a564a14db1d8d64a181acdf37a16238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**
 * @author Mik Kersten
 */
class PkgVisibleClass {

    static class NestedClass { } 
    
    static aspect NestedAspect { } 
  
    private static aspect PrivateNestedAspect { } 
     
}