@NotFinalAPI public interface BundledResource<T>
Modifier and Type | Method and Description |
---|---|
Collection<String> |
bundleNames()
The bundles' names that this resource belongs to.
|
T |
withBundles(Collection<String> bundles)
Sets the bundles for this resource.
|
Collection<String> bundleNames()
T withBundles(Collection<String> bundles)
bundles
-