Skip to content

Instantly share code, notes, and snippets.

@dragonfly95
dragonfly95 / index.html.erb
Last active May 1, 2017 12:17
tip for ruby
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import org.onnuri.domain.UserMaster;
import org.springframework.security.core.GrantedAuthority;
import java.util.Collection;
@Slf4j
@Getter