Searched refs:hasAnnotation (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java141 if (instance.hasAnnotation(f)) {
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java97 private Boolean hasAnnotation; field in class:PageConfig
600 if (hasAnnotation == null) {
601 hasAnnotation = Boolean.valueOf(!isDir()
604 return hasAnnotation.booleanValue();
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java313 public boolean hasAnnotation(File file) { method in class:HistoryGuru

Completed in 13 milliseconds