org.eclipse.jetty.annotations
类 AnnotationParser.Value

java.lang.Object
  继承者 org.eclipse.jetty.annotations.AnnotationParser.Value
直接已知子类:
AnnotationParser.ListValue, AnnotationParser.SimpleValue
包容类:
AnnotationParser

public abstract class AnnotationParser.Value
extends Object


构造方法摘要
AnnotationParser.Value(String name)
           
 
方法摘要
 String getName()
           
abstract  Object getValue()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AnnotationParser.Value

public AnnotationParser.Value(String name)
方法详细信息

getName

public String getName()

getValue

public abstract Object getValue()


Copyright © 2013. All Rights Reserved.