(no commit message)
[utils] / wicket / components / src / main / java / org / wamblee / wicket / behavior / package-info.java
diff --git a/wicket/components/src/main/java/org/wamblee/wicket/behavior/package-info.java b/wicket/components/src/main/java/org/wamblee/wicket/behavior/package-info.java
deleted file mode 100644 (file)
index 466e04c..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright 2005-2010 the original author or authors.
- * 
- * Licensed under the Apache License, Version 2.0 (the "License");
- * you may not use this file except in compliance with the License.
- * You may obtain a copy of the License at
- * 
- *      http://www.apache.org/licenses/LICENSE-2.0
- * 
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-/**
- * This package contains various utilities for behaviors on components and pages. 
- * 
- * Entry points to this package are as follows: 
- * <ul>
- *   <li> {@link WebApplicationBasePage}: A generic web page base class to which various 
- *      behaviors can be added.
- *   </li>
- *   <li> {@link CompositePageBehavior}: The composite behavior to which the various 
- *        callbacks from wicket to the page can be delegated. Useful in case the inheritance
- *        approach based on {@link WebApplicationBasePage} canno tbe used. 
- *   </li> 
- *   <li> {@link PageBehavior}: The page behavior interface. 
- *   </li>
- * </ul>
- */
-package org.wamblee.wicket.behavior;
\ No newline at end of file