com.google.api.server.spi.config
Class DefaultAnnotation
- java.lang.Object
-
- com.google.api.server.spi.config.DefaultAnnotation
-
public class DefaultAnnotation extends java.lang.Object
Class used for creation of a default instance of an annotation.
-
-
Constructor Summary
Constructors Constructor and Description DefaultAnnotation()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static <A extends java.lang.annotation.Annotation>
Aof(java.lang.Class<A> annotation)
Creates an instance of an annotation with all properties set to their default values.
-