org.glassfish.jersey.examples.flight.filtering
Class Detail.Factory

java.lang.Object
  extended by org.glassfish.hk2.api.AnnotationLiteral<Detail>
      extended by org.glassfish.jersey.examples.flight.filtering.Detail.Factory
All Implemented Interfaces:
Serializable, Annotation, Detail
Enclosing class:
Detail

public static class Detail.Factory
extends org.glassfish.hk2.api.AnnotationLiteral<Detail>
implements Detail

Factory class for creating instances of Detail annotation.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.glassfish.jersey.examples.flight.filtering.Detail
Detail.Factory
 
Method Summary
static Detail get()
           
 
Methods inherited from class org.glassfish.hk2.api.AnnotationLiteral
annotationType, equals, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
 

Method Detail

get

public static Detail get()


Copyright © 2007-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.