| Constructor and Description |
|---|
Scan() |
| Modifier and Type | Method and Description |
|---|---|
static ScanParams |
annotated(Class<? extends Annotation>... annotated) |
static ScanParams |
annotated(Collection<Class<? extends Annotation>> annotated) |
static ScanParams |
classLoader(ClassLoader classLoader) |
static List<String> |
getAll() |
static ScanParams |
in(String... packages) |
static List<Class<?>> |
loadAll() |
static ScanParams |
matching(String matching) |
public static ScanParams in(String... packages)
public static ScanParams matching(String matching)
public static ScanParams annotated(Class<? extends Annotation>... annotated)
public static ScanParams annotated(Collection<Class<? extends Annotation>> annotated)
public static ScanParams classLoader(ClassLoader classLoader)
Copyright © 2014–2016 Nikolche Mihajlovski and contributors. All rights reserved.