@Immutable @Loggable(value=1) public final class Token extends Object
This is how you're supposed to use it:
Postman postman = new Postman.Default(
new SMTP(
new Token("user", "password").access(
new Protocol.SMTP("bind", "port")
)
)
);
Copyright © 2012–2017 jcabi.com. All rights reserved.