Annotation Type Key


  • @Retention(RUNTIME)
    @Target(FIELD)
    public @interface Key
    Each layer which should be included in the generated Asset Topology must be configured in org.opennms.features.topology.plugins.topo.asset.GeneratorConfig#layerHierarchy. In order to map it back to an actual Layers the Key annotation indicates the key name of the layer in the configuration.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value