File: ExampleSecondEnum.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 (5 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
5
package jdepend.framework.p3;

public enum ExampleSecondEnum {
	NO_DEPENDENCIES_ON_ME
}