This commit is contained in:
wentch
2016-01-27 11:11:53 +08:00
parent 3b50be36b0
commit a596c45d0d

View File

@@ -438,6 +438,7 @@ public final class ResourceFactory {
}
}
@FunctionalInterface
public static interface ResourceLoader {
public void load(ResourceFactory factory, Object src, String resourceName, Field field, Object attachment);