Class Module

java.lang.Object
org.aspectj.apache.bcel.classfile.Attribute
org.aspectj.apache.bcel.classfile.Module
All Implemented Interfaces:
Serializable, Cloneable, Node

public final class Module extends Attribute
This class is derived from Attribute and represents the module information captured in a class file. https://cr.openjdk.java.net/~mr/jigsaw/spec/lang-vm.html https://cr.openjdk.java.net/~mr/jigsaw/spec/java-se-9-jvms-diffs.pdf 4.7.25
Author:
Andy Clement
See Also: