Groovy 2.2.0

groovy.transform
[Java] Enum PackageScopeTarget

java.lang.Object
  java.lang.Enum
      groovy.transform.PackageScopeTarget

public enum PackageScopeTarget
extends Enum

Intended target when @PackageScope is placed at the class level.

Authors:
Paul King
Since:
1.8.0


Enum Constant Summary
CLASS

FIELDS

METHODS

 
Method Summary
 
Methods inherited from class Enum
name, equals, toString, hashCode, compareTo, compareTo, valueOf, getDeclaringClass, ordinal, wait, wait, wait, getClass, notify, notifyAll
 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Enum Constant Detail

CLASS

PackageScopeTarget CLASS


FIELDS

PackageScopeTarget FIELDS


METHODS

PackageScopeTarget METHODS


 

Copyright © 2003-2013 The Codehaus. All rights reserved.