Skip to content

andreygfranca/ajaf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ajaf

another java framework

Dependency Injection

Ajaf implements dependency injection with custom annotations.

@Injectable
class FooServiceImpl implements FooService { 
}
@Injectable
class BarServiceImpl implements BarService {
  @Autoinject
  private FooService foo;
}

Continue ...

About

another java framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages