Subversion Repositories bacoAlunos

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2007 es 1
package pt.estgp.es.exemplos.hibernate.security.logic;
2
 
3
/**
4
 * Created by jorgemachado on 18/10/18.
5
 */
6
 
7
public @interface IsAuthenticated
8
{
9
}