OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_clazz
(Results
1 - 12
of
12
) sorted by null
/external/jetty/src/java/org/eclipse/jetty/webapp/
DiscoveredAnnotation.java
39
protected Class<?>
_clazz
;
field in class:DiscoveredAnnotation
64
if (
_clazz
!= null)
65
return
_clazz
;
69
return
_clazz
;
74
if (
_clazz
!= null)
82
_clazz
= Loader.loadClass(null, _className);