Skip to content

Commit

Permalink
Add bean to ensure CDI is enabled (payara#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
smillidge authored Aug 14, 2017
1 parent 316ffcf commit b5d54fb
Showing 1 changed file with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package fish.payara.examples.microprofile.configinjection;

import javax.enterprise.context.RequestScoped;

/**
*
* @author steve
*/
@RequestScoped
public class TestBean {

}

0 comments on commit b5d54fb

Please sign in to comment.