public Set getAllowedLocations()

in src/it/projects/MJAVADOC-661_mrjar/src/main/java/com/foo/AbstractTaglet.java [45:48]


    public Set<Taglet.Location> getAllowedLocations()
    {
        return EnumSet.allOf(Taglet.Location.class);
    }