Skip to content

DavydovSergey/examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Examples

Some examples in java

@Component
public class BaseHandler implements MessageHandler {

    private final ShowInventory showInventory;
    private final ShowPlayerInfo showPlayerInfo;

    @Autowired
    public BaseHandler(ShowInventory showInventory, ShowPlayerInfo showPlayerInfo) {
        this.showInventory = showInventory;
        this.showPlayerInfo = showPlayerInfo;
    }
}

Некий текст

About

Some examples in java

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published