public final class Annotations extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Annotations.OnAnnotatedElement |
static class |
Annotations.OnClass |
static class |
Annotations.OnExecutable |
Modifier and Type | Method and Description |
---|---|
static Annotations.OnAnnotatedElement |
on(AnnotatedElement annotatedElement) |
static Annotations.OnClass |
on(Class<?> someClass) |
static Annotations.OnExecutable |
on(Executable someExecutable) |
static Annotations.OnAnnotatedElement |
on(Field field) |
public static Annotations.OnAnnotatedElement on(AnnotatedElement annotatedElement)
public static Annotations.OnAnnotatedElement on(Field field)
public static Annotations.OnExecutable on(Executable someExecutable)
public static Annotations.OnClass on(Class<?> someClass)
Copyright © 2013-2018–2019 SeedStack. All rights reserved.