关于行为和标记接口

关于行为和标记接口
    <plone:behavior
        title="Reviewers"
        description="The ability to assign a list of official and/or unofficial reviewers to an item, granting those users special powers."
        provides=".reviewers.IReviewers"
        factory="plone.behavior.AnnotationStorage"
        marker=".reviewers.IReviewersMarker"
        />
上面申明说明,应用上该行为的内容对象,自动提供 .reviewers.IReviewersMarker标记接口。
设置