-
Feature Request
-
Resolution: Done
-
Minor
-
1.0.0-alpha-9
-
None
-
Documentation (Ref Guide, User Guide, etc.)
Create EmptyAsset merely as a convenience of creating descriptors which have no content.
For example:
addManifestResource(new EmptyAsset(), "beans.xml")
rather than
addManifestResource(new ByteArrayAsset(new byte[0]), "beans.xml")