Interface AccessTransformersContainer

All Known Subinterfaces:
AccessTransformersExtension

@NonExtendable public interface AccessTransformersContainer

Represents a container of dependencies that will be access transformed.

Containers are created with AccessTransformersExtension.register(Attribute, Action). Dependencies can be added using dep(Object, Closure).

See Also:
API Note:
This interface is effectively sealed and must not be extended.