is not current version
Last Version 2.0.2

dk.netdesign:managedproperties 1.0.0

This project is meant to simplyfy the usage of the excelent Configuration Admin and MetaType services for Felix OSGi. The bundle will create a service that allows other bundles to register an annotated interface. The ManagedProperties service will then create all the Metatype information, as well as ensuring that objects are cast to their right types. ManagedProperties also has a feature called Filters. A Filter is used to create an object, say a File, directly from a primitive Configuration Admin type. It can also contain logic, to allow the configuration to fail if, for example, a File doesn't exist.

Categories

Categories

Net
GroupId

GroupId

dk.netdesign
ArtifactId

ArtifactId

managedproperties
Version

Version

1.0.0
Type

Type

pom

Download managedproperties 1.0.0


<!-- https://jarcasting.com/artifacts/dk.netdesign/managedproperties/ -->
<dependency>
    <groupId>dk.netdesign</groupId>
    <artifactId>managedproperties</artifactId>
    <version>1.0.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dk.netdesign/managedproperties/
implementation 'dk.netdesign:managedproperties:1.0.0'
// https://jarcasting.com/artifacts/dk.netdesign/managedproperties/
implementation ("dk.netdesign:managedproperties:1.0.0")
'dk.netdesign:managedproperties:pom:1.0.0'
<dependency org="dk.netdesign" name="managedproperties" rev="1.0.0">
  <artifact name="managedproperties" type="pom" />
</dependency>
@Grapes(
@Grab(group='dk.netdesign', module='managedproperties', version='1.0.0')
)
libraryDependencies += "dk.netdesign" % "managedproperties" % "1.0.0"
[dk.netdesign/managedproperties "1.0.0"]