All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mysema.rdfbean.object.MixinImpl Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2010 Mysema Ltd.
 * All rights reserved.
 *
 */
package com.mysema.rdfbean.object;

import java.lang.annotation.Annotation;

import com.mysema.rdfbean.annotations.Mixin;

/**
 * @author tiwe
 * 
 */
@SuppressWarnings("all")
public class MixinImpl implements Mixin {

    @Override
    public Class annotationType() {
        return Mixin.class;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy