Package org.nuxeo.runtime.test.runner
Class Defaults<A extends Annotation>
- java.lang.Object
-
- org.nuxeo.runtime.test.runner.Defaults<A>
-
- All Implemented Interfaces:
InvocationHandler
public class Defaults<A extends Annotation> extends Object implements InvocationHandler
- Author:
- Bogdan Stefanescu
-
-
Field Summary
Fields Modifier and Type Field Description protected Iterable<A>
annotations
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
invoke(Object proxy, Method method, Object[] args)
static <A extends Annotation>
Aof(Class<A> annotation)
static <A extends Annotation>
Aof(Class<A> type, A... annotations)
static <A extends Annotation>
Aof(Class<A> type, Iterable<A> annotations)
-
-
-
Field Detail
-
annotations
protected final Iterable<A extends Annotation> annotations
-
-
Method Detail
-
of
public static <A extends Annotation> A of(Class<A> annotation)
-
of
public static <A extends Annotation> A of(Class<A> type, Iterable<A> annotations)
-
of
@SafeVarargs public static <A extends Annotation> A of(Class<A> type, A... annotations)
-
-