Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
PojavLauncherTeam
GitHub Repository: PojavLauncherTeam/mobile
Path: blob/master/test/jdk/javax/security/auth/login/Configuration/GetInstance.config
51706 views
one {
    com.foo.Module required;
};

two {
    com.foo.Module sufficient;
    com.bar.Module required;
};

three {
    com.foo.Module sufficient;
    com.bar.Module required;
    com.foobar.Module optional;
};