X-Git-Url: http://wamblee.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fconcurrency%2Fpackage-info.java;fp=support%2Fgeneral%2Fsrc%2Fmain%2Fjava%2Forg%2Fwamblee%2Fconcurrency%2Fpackage-info.java;h=fe49e18cb3a408dd6602ec706256839c389aa12c;hb=9b3bea84b939ff8447e157fcc903cdf84b410030;hp=0000000000000000000000000000000000000000;hpb=cf82050c98daa196383cd31097b2aad69c3aec54;p=utils diff --git a/support/general/src/main/java/org/wamblee/concurrency/package-info.java b/support/general/src/main/java/org/wamblee/concurrency/package-info.java new file mode 100644 index 00000000..fe49e18c --- /dev/null +++ b/support/general/src/main/java/org/wamblee/concurrency/package-info.java @@ -0,0 +1,21 @@ +/* + * 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 provides utilities for dealing with concurrency. + * + * Currently, pessimistic locks are provided but other types can be added as well. + */ +package org.wamblee.concurrency; \ No newline at end of file