Source abstract class
Specifies the classpath location of the resource or resources associated with the {@link ResourcePrototype}.
abstract class Source {
List<String> value();
}
Specifies the classpath location of the resource or resources associated with the {@link ResourcePrototype}.
abstract class Source {
List<String> value();
}