The @FacesBehavior annotation allows you to register a class as a behavior class.
@FacesBehavior("mybehavior") public class MyBehavior implements Behavior { }