File: ExampleInnerAnnotation.java

package info (click to toggle)
libjdepend-java 2.10-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 776 kB
  • sloc: java: 4,054; xml: 561; sh: 6; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 111 bytes parent folder | download
1
2
3
4
5
6
7
package jdepend.framework.p1;

public @interface ExampleInnerAnnotation {

	Class<?>[] value() default {};
	
}