| Interface and Description |
|---|
| org.apache.felix.dm.lambda.FluentProperty
this interface is only supported with java8 and will be removed in next dm release
|
| Method and Description |
|---|
| org.apache.felix.dm.lambda.ComponentBuilder.properties(FluentProperty...)
Fluent properties are only supported using java8 and this method will be removed in next DM release
|
| org.apache.felix.dm.lambda.ComponentBuilder.provides(Class<?>[], FluentProperty...)
Fluent properties are only supported using java8 and this method will be removed in next DM release
|
| org.apache.felix.dm.lambda.ComponentBuilder.provides(Class<?>, FluentProperty...)
Fluent properties are only supported using java8 and this method will be removed in next DM release
|
| org.apache.felix.dm.lambda.ComponentBuilder.provides(String[], FluentProperty...)
Fluent properties are only supported using java8 and this method will be removed in next DM release
|
| org.apache.felix.dm.lambda.ComponentBuilder.provides(String, FluentProperty...)
Fluent properties are only supported using java8 and this method will be removed in next DM release
|