git.schokokeks.org
Repositories
Help
Report an Issue
playground.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
37d500f
Branches
Tags
master
JEE-Testapp-01
JEE-Testapp-02
JEE-Testapp-03
JEE-Testapp-04
playground.git
testapp-jee6
src
main
java
com
haddouti
pg
jee6
OneService.java
Changes
Hafid Haddouti
commited
37d500f
at 2014-04-26 00:27:15
OneService.java
Blame
History
Raw
package com.haddouti.pg.jee6; import javax.annotation.PostConstruct; import javax.ejb.Stateless; /** * This is service */ @Stateless public class OneService { @PostConstruct public void init() { // ToDo } }