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

/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DHistoryGuruTest.java139 if (instance.hasAnnotation(f)) {
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java94 private Boolean hasAnnotation; field in class:PageConfig
562 if (hasAnnotation == null) {
563 hasAnnotation = Boolean.valueOf(!isDir()
566 return hasAnnotation.booleanValue();
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java262 public boolean hasAnnotation(File file) { method in class:HistoryGuru

Completed in 92 milliseconds