pt.digitalis.dif.dem.annotations.security
Annotation Type Group


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface Group

This annotation defines a default Group for the containing DEM entity. The annotation can be used on the following elements: @ApplicationDefinition.

Author:
Pedro Viegas pviegas@digitalis.pt
Created on:
Dec 6, 2007

Required Element Summary
 String groupName
          group name
 
Optional Element Summary
 String fullName
          the group full name
 String groupParent
          parent group name
 

Element Detail

groupName

public abstract String groupName
group name

fullName

public abstract String fullName
the group full name

Default:
""

groupParent

public abstract String groupParent
parent group name

Default:
""


Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.