
patterntesting.java.annotation.UnsupportedOperation Maven / Gradle / Ivy
Go to download
PatternTesting is a testing framework that allows to automatically verify
that Architecture/Design recommendations are implemented correctly in the
code. It uses AOP and AspectJ to perform this feat.
The newest version!
/**
* $Id: UnsupportedOperation.java,v 1.1 2008/10/20 20:03:26 oboehm Exp $
*
* Copyright (c) 2008 by Oliver Boehm
*
* 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 orimplied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* (c)reated 19.10.2008 by oliver ([email protected])
*/
package patterntesting.java.annotation;
import java.lang.annotation.*;
/**
* @author oliver
* @since 19.10.2008
* @version $Revision: 1.1 $
*/
@Retention(RetentionPolicy.RUNTIME)
public @interface UnsupportedOperation {
}
/**
* $Log: UnsupportedOperation.java,v $
* Revision 1.1 2008/10/20 20:03:26 oboehm
* @UnsupportedOperation provided to mark methods
* with missing/incomplete implementation
*
* $Source: /cvsroot/patterntesting/PatternTesting05/src/main/java/patterntesting/java/annotation/UnsupportedOperation.java,v $
*/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy