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

net.osgiliath.feature.itest.cdi.impl.Provider Maven / Gradle / Ivy

The newest version!
package net.osgiliath.feature.itest.cdi.impl;

import org.ops4j.pax.cdi.api.OsgiServiceProvider;

import net.osgiliath.feature.itest.cdi.IProvider;

/**
 * Message provider.
 * @author charliemordant CDI provider class
 */
@OsgiServiceProvider
public class Provider implements IProvider {
  /**
   * CDI consumed method.
   */
  @Override
  public final String getMessage() {
    return "hello";
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy