package org.alfresco.repo.policy.annotation; /** * Enumeration describing the different kinds of behaviour. * * @author Roy Wetherall * @since 5.0 */ public enum BehaviourKind { CLASS, ASSOCIATION }