libclassfile - v2.1.0
    Preparing search index...

    Type Alias moduleAttributeRequiresAccessFlags

    type moduleAttributeRequiresAccessFlags = {
        isMandated: boolean;
        isStaticPhase: boolean;
        isSynthetic: boolean;
        isTransitive: boolean;
    }
    Index

    Properties

    isMandated: boolean
    isStaticPhase: boolean
    isSynthetic: boolean
    isTransitive: boolean