Searched defs:hasAnnotation (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java296 public boolean hasAnnotation(File file) { method in class:HistoryGuru
/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java109 private Boolean hasAnnotation; field in class:PageConfig
613 if (hasAnnotation == null) {
614 hasAnnotation = !isDir()
617 return hasAnnotation;

Completed in 48 milliseconds