Skip to content

Commit

Permalink
break some things
Browse files Browse the repository at this point in the history
  • Loading branch information
niloc132 committed Jul 7, 2022
1 parent d115e0b commit bef08ba
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions dev/core/super/com/google/gwt/core/client/GwtScriptOnly.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* 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
Expand All @@ -16,9 +17,10 @@
package com.google.gwt.core.client;

import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

import java.lang.annotation.ElementType;

/**
* This annotation is used to break out of a module's source path in hosted
* mode. Types annotated with this annotation will not be loaded by hosted
Expand All @@ -41,4 +43,9 @@
@Target({ElementType.TYPE, ElementType.METHOD})
@Deprecated
public @interface GwtScriptOnly {



}


0 comments on commit bef08ba

Please sign in to comment.