HomeSort by relevance Sort by last modified time
    Searched full:delegateannotation (Results 1 - 4 of 4) sorted by null

  /external/jcommander/src/main/java/com/beust/jcommander/
Parameterized.java 45 Annotation delegateAnnotation = f.getAnnotation(ParametersDelegate.class);
53 } else if (delegateAnnotation != null) {
54 result.add(new Parameterized(null, (ParametersDelegate) delegateAnnotation,
66 Annotation delegateAnnotation = m.getAnnotation(ParametersDelegate.class);
74 } else if (delegateAnnotation != null) {
75 result.add(new Parameterized(null, (ParametersDelegate) delegateAnnotation,
JCommander.java 598 // Annotation delegateAnnotation = f.getAnnotation(ParametersDelegate.class);
628 // } else if (delegateAnnotation != null) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.27/
jcommander-1.27.jar 
  /prebuilts/tools/common/m2/repository/com/beust/jcommander/1.48/
jcommander-1.48.jar 

Completed in 135 milliseconds