Skip to content

Commit

Permalink
#42
Browse files Browse the repository at this point in the history
Signed-off-by: Emily Jiang <[email protected]>
  • Loading branch information
Emily-Jiang committed Mar 8, 2017
1 parent 7567c03 commit 8a17277
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
*/
package org.eclipse.microprofile.config;

import java.util.Optional;

/**
* Accessor to a configured value {@link #getValue()}, this is to be used for property injection.
* e.g. @Inject @ConfigProperty("myProp") ConfigValue<String> myValue;
Expand All @@ -27,8 +29,6 @@
* @param <T> Type of the configuration value
*/

import java.util.Optional;

public interface ConfigValue<T> {

/**
Expand Down

0 comments on commit 8a17277

Please sign in to comment.