All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.n2oapp.framework.access.metadata.pack.AccessPointsV1Pack Maven / Gradle / Ivy

There is a newer version: 7.28.1
Show newest version
package net.n2oapp.framework.access.metadata.pack;

import net.n2oapp.framework.api.pack.MetadataPack;
import net.n2oapp.framework.config.N2oApplicationBuilder;

public class AccessPointsV1Pack implements MetadataPack {
    @Override
    public void build(N2oApplicationBuilder b) {
        b.packs(new AccessPointsV1ReadersPack(),
                new AccessPointsV1PersistersPack());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy